Is there an efficient way to scale a number of images so that they can fit inline inside a fixed-size div?
I'm assuming it would be possible to do by using javascript ...
I'd like to scale some pixel-art images up in-browser. Because they're pixel art it looks horrible if image smoothing happens.
In Firefox I can disable smoothing with "image-rendering:-moz-crisp-edges".
In IE there's "-ms-interpolation-mode:nearest-neighbor"... which ...
I am working on a front page gallery which has several images, scaled to fit the page via CSS.
The images fade from one to the next (overtop of each other), and ...
I have an image tag, size 100x75. The image it is holding is scaled down from 150x112. I don't want the image scaled down, that much, but I still want the ...