elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Images with webp extension aren’t served #190

Open kibin opened 8 years ago

kibin commented 8 years ago

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

evancz commented 8 years ago

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

kibin commented 8 years ago

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).