Skip to content

Instantly share code, notes, and snippets.

@lvl-svasseur
Created December 3, 2013 17:12
Show Gist options
  • Save lvl-svasseur/7773221 to your computer and use it in GitHub Desktop.
Save lvl-svasseur/7773221 to your computer and use it in GitHub Desktop.
media query to detect retina screen
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
/* your retina rules here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment