deepak-rajpal
11/29/2017 - 9:18 AM

Image scale down images with css looks blurry - image rendering fix

Image scale down images with css looks blurry - image rendering fix

 img{

    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}