Created
August 22, 2010 00:38
-
-
Save jordandobson/543095 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="/iOS-57px.png" /> | |
| <link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="/iOS-72px.png" /> | |
| <link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="/iOS-114px.png" /> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also go with: -webkit-min-device-pixel-ratio: 2; However this math here is a little bit harder. :)