How can pictures in webp format be compatible with ie (webp.js can only be compatible with browsers other than ie)?

how do pictures in webp format be compatible with ie? The plug-in webp.js found on the Internet can only be compatible with browsers other than ie, not ie. Is there a plug-in compatible with ie?


does not have a compatible plug-in, but browsers that support webp can use webp images through feature detection, while browsers that do not support webp images use jpeg or png format images.
it is recommended to take a look at this article: https://github.com/ShowJoy-co.

Menu