Skip to content

Instantly share code, notes, and snippets.

@seanwash
Created July 29, 2012 00:48
Show Gist options
  • Save seanwash/3195484 to your computer and use it in GitHub Desktop.
Save seanwash/3195484 to your computer and use it in GitHub Desktop.
CSS: Retina Image Media Query
/* Retina
----------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (moz--min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment