Join Nostr
2026-01-12 07:00:03 UTC

bordalix on Nostr: Ohayō gozaimasu! Monday assorted links: HTML-only conditional lazy loading (via ...

Ohayō gozaimasu!

Monday assorted links:

HTML-only conditional lazy loading (via preload + media)

Browsers won't delay the loading of an image if it's already been fetched. You can take advantage of that by conditionally preloading the image using a media query, then marking the image as lazy later.

🔗 https://orga.cat/blog/html-conditional-lazy-loading/