Archive for the ‘Web’ Category
This image’s size is 640 x 800. It is …
This image’s size is 640 x 800. It is downscaled by html attributes width and height to 90 x 113 .
It renders well in most of the browser apart from Firefox.

Tried :
image-rendering: optimizeQuality;
but it is still “pixelated”
I know I can rescale it and have 2 copies of the same image in 640 x 800 and 90 x 113.
But I was wondering if there is any way yo fix it without having multiple copies.