Last modified: 2014-05-29 20:02:33 UTC
From time to time, I want to be able to take a small image, scale it up, and display the pixelated form. This works great if the image being displayed inline, but images in frames can't be scaled beyond their original size. I'd like to be able to display scaled up, pixelated forms of images in frames. For example: If I have a 20x20 px image and I want to blow it up to 40x40 px and accept the accompanying pixelation, I can display the blown-up, pixelated image inline but not in a frame.
By design, no bitmap image will be displayed larger than its native size. You can use CSS to scale the image up, if you really want that.