Created
June 24, 2013 08:53
-
-
Save cycyewt/5848678 to your computer and use it in GitHub Desktop.
ios web app misc
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
<!-- iOS Device Startup Images --> | |
<!-- iPhone/iPod Touch Portrait – 320 x 460 (standard resolution) --> | |
<link rel="apple-touch-startup-image" href="images/ios/iphone-startup-320-460.png" media="screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1)" /> | |
<!-- iPhone/iPod Touch (high-resolution) Portrait – 640 x 920 pixels --> | |
<link rel="apple-touch-startup-image" href="images/ios/iphone-startup-640-920.png" media="screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2)" /> | |
<!-- iPad Landscape 1024x748 --> | |
<link rel="apple-touch-startup-image" sizes="1024x748" href="images/ios/ipad-startup-1024-748.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1)" /> | |
<!-- iPad Portrait 768x1004 --> | |
<link rel="apple-touch-startup-image" sizes="768x1004" href="images/ios/ipad-startup-768-1004.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 1)"/> | |
<!-- iPad (high-resolution Landscape – 2048 x 1496 pixels ) --> | |
<link rel="apple-touch-startup-image" sizes="2048x1496" href="images/ios/ipad-startup-2048-1496.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2)" /> | |
<!-- iPad (high-resolution) Portrait – 1536 x 2008 pixels --> | |
<link rel="apple-touch-startup-image" sizes="1536x2008" href="images/ios/ipad-startup-1536-2008.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2)" /> | |
<!-- iOS Icons --> | |
<link rel="apple-touch-icon" href="images/ios/icon-57.png" /> | |
<link rel="apple-touch-icon" sizes="72x72" href="images/ios/icon-72.png" /> | |
<link rel="apple-touch-icon" sizes="114x114" href="images/ios/icon-114.png" /> | |
<link rel="apple-touch-icon" sizes="144x144" href="images/ios/icon-144.png" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment