I would like to scale some pixel images in a browser. Since this is a pixel art, it looks awful if the image is smoothed.
In Firefox, I can turn off anti-aliasing using "image-rendering: -moz-crisp-edge".
IE has "-ms-interpolation-mode: closest neighbor" ... anyway it's the default zoom mode.
But I cannot find a way to disable anti-aliasing in Safari for scaled images. Has anyone found a way to do this?
David source share