mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #386] Support country code in upper case #238
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#238
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 @sanaulla123 on GitHub (Aug 13, 2017).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/386
Currently the following HTML snippet renders empty:
<span class="flag-icon flag-icon-IN" title="INDIA"></span>Can we have support to consider uppercase as well?
@cborchmann commented on GitHub (Nov 6, 2017):
It´s easy to deal with in some cases:
<?php $flag = strtolower($iso); ?> <span class="flag-icon flag-icon-<?php echo $flag;?>" style="font-size: 5.0em"></span>@sanaulla123 commented on GitHub (Nov 6, 2017):
Yes its easier, but out of the box support should be even more easier and a much better solution in my opinion
@lipis commented on GitHub (Nov 6, 2017):
sorry no..