mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #597] Some flags are not rendering #336
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#336
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@AdrianHavengaBennett commented on GitHub (Sep 3, 2019):
I have about 10 which I'm trying to use, but half or more don't work.
@AdrianHavengaBennett commented on GitHub (Sep 3, 2019):
Nevermind, it's my shoddy IDE that failed me. All working as it should. Thanks.
@lipis commented on GitHub (Sep 3, 2019):
🍺