Skip to content

Instantly share code, notes, and snippets.

@toddmotto
Created February 17, 2013 17:00
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 toddmotto/4972263 to your computer and use it in GitHub Desktop.
Save toddmotto/4972263 to your computer and use it in GitHub Desktop.
Retina media query
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
/* Retina stuff here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment