Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created December 16, 2014 22:25
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 amadeus/2566c7f6351956b937fe to your computer and use it in GitHub Desktop.
Save amadeus/2566c7f6351956b937fe to your computer and use it in GitHub Desktop.
img[src$=".gif"],
img[src$=".png"] {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment