image-optimize-loader
image-optimize-loader copied to clipboard
What do you do about Safari < 14?
Since Safari < 14 can't play Webp, what can you do to still have your images displayed on safari
👀 I'm curious about this too - asked this on StackOverflow, but I'm curious - is there a way to create .webp files while still retaining the .png & .jpg files as well? That way we can use the png and jpgs as fallbacks... something like
<picture>
<source type="image/webp" ...webp -image-here.../>
<img ...png-or-jpg-file-here.../>
</picture>
Anyone found a solution for this one? I don't understand, why the original files get deleted in first place?