miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

.webp images don't work in iOS #114

Closed starkey-aegis closed 4 years ago

starkey-aegis commented 4 years ago

Take the following markdown ![image](https://i.giphy.com/media/NTur7XlVDUdqM/giphy.webp)

This does not work on iOS browsers. According to this

you can use the <picture> element to show webP images and fallback to PNGs for browsers that don’t support webP

YanDevDe commented 4 years ago

You can't use .webp at all in iOS devices. Safari Webkit doesn't allow that.