Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Images with pure CSS. Re: Images with pure CSS.

#73184
Chris Coyier
Keymaster

I think it’s pretty clever and a fun proof of concept. Probably falls into that camp where it’s impractical in any scenario I could think of, mostly because there would be a heck of a lot of scrolling and copying and pasting to update any graphics, and browser memory usage would probably be pretty high.

Although… (and maybe you had this in mind the entire time), you could do it all server side on the fly.

Like:

<?php div_pixelize("image.jpg"); ?>

Or maybe even somehow parse PHP before it goes out looking for all <img> elements and replacing them with this function.