Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mashcode/4720512 to your computer and use it in GitHub Desktop.
Save mashcode/4720512 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