Created
June 16, 2016 11:37
-
-
Save w3core/0a1214a6d901d63a52d2bf8590dde613 to your computer and use it in GitHub Desktop.
CSS3 crisp image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
image-rendering: -webkit-optimize-contrast; | |
image-rendering: -moz-crisp-edges; | |
image-rendering: -o-crisp-edges; | |
image-rendering: crisp-edges; | |
-ms-interpolation-mode: nearest-neighbor; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello please will you like to show me some help on my application PLEASE