Skip to content

Instantly share code, notes, and snippets.

@pcantrell
Created November 24, 2015 03:02
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 pcantrell/0b87128690c2f35f4c9f to your computer and use it in GitHub Desktop.
Save pcantrell/0b87128690c2f35f4c9f to your computer and use it in GitHub Desktop.
@media (-webkit-min-device-pixel-ratio: 2) {
img {
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment