Skip to content

Instantly share code, notes, and snippets.

@kopepasah
Created July 17, 2012 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kopepasah/3132080 to your computer and use it in GitHub Desktop.
Save kopepasah/3132080 to your computer and use it in GitHub Desktop.
Specifying a Webpage Icon for Web Clip on Apple iOS Devices
<!-- Size for iPhone and iPod touch - 57 x 57 (in pixels) -->
<link rel="apple-touch-icon" href="http://example.com/images/icon-57x57.png">
<!-- Size for high-resolution iPhone and iPod touch - 114 x 114 (in pixels) -->
<link rel="apple-touch-icon" sizes="114x114" href="http://example.com/images/icon-114x114.png">
<!-- Size for iPad - 72 x 72 (in pixels) -->
<link rel="apple-touch-icon" sizes="72x72" href="http://example.com/images/icon-72x72.png">
<!-- Size for high-resolution iPad - 144 x 144 (in pixels) -->
<link rel="apple-touch-icon" sizes="144x144" href="http://example.com/images/icon-144x144.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment