|
|
|
|
|
by IgorPartola
5902 days ago
|
|
And lay out your "images" via CSS and try to make it work on all browsers? On top of that, for a complex image, you'll end up encoding your image data in JS or HTML or some other text format, which would take up much more space than a format like JPG/PNG/GIF. Those formats are designed to handle images and that's all they do. Plus, with JS you wouldn't necessarily get immediate rendering of the image, so you would be making the UX worse, not better. |
|