Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Created September 19, 2012 23:37
Show Gist options
  • Save jackilyn/3753045 to your computer and use it in GitHub Desktop.
Save jackilyn/3753045 to your computer and use it in GitHub Desktop.
Detecting iPhone 5
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
/* iPhone 5 or iPod Touch 5th generation */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment