9504 shaares
222 private links
222 private links
Ok, then use the WebP format if possible with a fallback to JPEG :
<picture>
<source srcset="/pfad/Katze.webp" type="image/webp">
<img src="/pfad/Katze.jpg"> <!-- fallback if webp not supported -->
</picture>