elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images with webp extension aren’t served

kibin opened this issue · comments

I have blank images when trying to use webp, when I replace them with jpg versions all is working fine.

How widely supported is webp right now? Which browsers? Are there conditions under which the mime type work or not?

Not so widely, really, blink based browsers, android devices and opera mini, but it’s 67% of browsers market share. As for other browsers, Edge is not currently planning to support it, Firefox has a bug, but the status of it is unclear.
Wikipedia says that mime type is image/webp and it is unofficial (can’t find reasons for why it’s so, though).