Skip to content

Instantly share code, notes, and snippets.

@jordandobson
Created August 22, 2010 00:38
Show Gist options
  • Select an option

  • Save jordandobson/543095 to your computer and use it in GitHub Desktop.

Select an option

Save jordandobson/543095 to your computer and use it in GitHub Desktop.
<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" />
@jordandobson

Copy link
Copy Markdown
Author

You could also go with: -webkit-min-device-pixel-ratio: 2; However this math here is a little bit harder. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment