HTML question detail
Why use `source type="image/webp"` in `picture`?
It allows modern efficient formats first (WebP/AVIF), then falls back to JPEG/PNG for older browsers.
HTML question detail
It allows modern efficient formats first (WebP/AVIF), then falls back to JPEG/PNG for older browsers.