[GH-ISSUE #597] Some flags are not rendering #336

Closed
opened 2026-03-03 14:37:38 +03:00 by kerem · 3 comments
Owner

Originally created by @AdrianHavengaBennett on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/597

html
<(span) id="champ-flag" class="flag-icon "></(span)>
jquery
$("#s-06").click(function() {
$("#champ-flag").addClass("flag-icon-es ");
css
.flag-icon-es {
background-image: url(../images/flags/4x3/es.svg);
}

All file paths must be correct as some work and some don't. Any ideas?

Originally created by @AdrianHavengaBennett on GitHub (Sep 3, 2019). Original GitHub issue: https://github.com/lipis/flag-icons/issues/597 html <(span) id="champ-flag" class="flag-icon "></(span)> jquery $("#s-06").click(function() { $("#champ-flag").addClass("flag-icon-es "); css .flag-icon-es { background-image: url(../images/flags/4x3/es.svg); } All file paths must be correct as some work and some don't. Any ideas?
kerem closed this issue 2026-03-03 14:37:38 +03:00
Author
Owner

@AdrianHavengaBennett commented on GitHub (Sep 3, 2019):

I have about 10 which I'm trying to use, but half or more don't work.

<!-- gh-comment-id:527526613 --> @AdrianHavengaBennett commented on GitHub (Sep 3, 2019): I have about 10 which I'm trying to use, but half or more don't work.
Author
Owner

@AdrianHavengaBennett commented on GitHub (Sep 3, 2019):

Nevermind, it's my shoddy IDE that failed me. All working as it should. Thanks.

<!-- gh-comment-id:527537352 --> @AdrianHavengaBennett commented on GitHub (Sep 3, 2019): Nevermind, it's my shoddy IDE that failed me. All working as it should. Thanks.
Author
Owner

@lipis commented on GitHub (Sep 3, 2019):

🍺

<!-- gh-comment-id:527539533 --> @lipis commented on GitHub (Sep 3, 2019): 🍺
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#336
No description provided.