Created
August 16, 2010 19:36
-
-
Save rbsgn/527589 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="/link/to/iOS-57px.png" /> | |
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="/link/to/iOS-72px.png" /> | |
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="/link/to/iOS-114px.png" /> | |
The addition of -precomposed stops iOS from automatically rendering | |
gloss atop my icon and rounding it’s corners. If you do want iOS to | |
auto-apply the gloss and rounded corners automatically (so you can | |
supply a flat, square image), simply use rel=“apple-touch-icon”. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment