Join Nostr
2025-02-20 08:32:28 UTC

hanno on Nostr: Webdesign tip: SVG files are smaller in practice than it may appear. If you use an ...

Webdesign tip: SVG files are smaller in practice than it may appear.
If you use an image on a webpage that you have as a vector graphic, it's usually a good idea to use SVG instead of raster formats like JPG/PNG. Given high resolution displays and zooming habits, your width="[pixelsize]" is practically not what's displayed, and it'll look better if it can be zoomed without losses. But if you're an optimization perfectionist, you may look at file size, which can be misleading. 🧵