image-optimize-loader icon indicating copy to clipboard operation
image-optimize-loader copied to clipboard

What do you do about Safari < 14?

Open samgermain opened this issue 3 years ago • 2 comments

Since Safari < 14 can't play Webp, what can you do to still have your images displayed on safari

samgermain avatar Jun 21 '21 18:06 samgermain

👀 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>

jee avatar Jul 09 '21 00:07 jee

Anyone found a solution for this one? I don't understand, why the original files get deleted in first place?

eypsilon avatar Jan 16 '22 13:01 eypsilon