Suppose a pixel image of 2000x2000 pixels is initially displayed with a size that is 10 times smaller, i.e. 200x200px
If you convert using the CSS3 method scale(10)here, it will work fine, bu will also look very blurry, even if the image is initially displayed at this size
Is there any way to return the original image size, although this conversion? The value of displaying an image of the "original" size using conversion
source
share