Skip to content

Instantly share code, notes, and snippets.

@pofigizm
Forked from leostratus/high-ppi-media-queries.css
Last active August 29, 2015 14:07
Show Gist options
  • Save pofigizm/3859e223e433ee4a7c4b to your computer and use it in GitHub Desktop.
Save pofigizm/3859e223e433ee4a7c4b to your computer and use it in GitHub Desktop.
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
/* High-res version of image assets go here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment