Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /* GIFとPNGのみに適用する場合 */
  2. img[src$=".gif"], img[src$=".png"] {
  3. image-rendering: crisp-edges;
  4. image-rendering: -webkit-optimize-contrast;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement