webp-in-css icon indicating copy to clipboard operation
webp-in-css copied to clipboard

PostCSS plugin and tiny JS script (131 bytes) to use WebP in CSS background

Results 5 webp-in-css issues
Sort by recently updated
recently updated
newest added

Hello, Is there no way to generate the webp images on the fly instead of having to generate them first? I'm using WebPack with postcss-loader (through [webpack-encore](https://github.com/symfony/webpack-encore)) and I have...

Hello, does this plugin check if a webp version of the image exist or not? It's more convenient than creating the declarations automatically. There is another plugin that checks for...

When i set some background image and then, on breakpoint, set `background-image: none;` it not applies, because `body.webp .some-class` is stronger, that just `.some-class` I mean http://joxi.ru/EA4zVpRFoknMnm

Well, this library is not SSR compatible, and there are only two reasons why not: - `README` tells to add it to the `head` or `bundle`, while it has to...

Hi Andrey, Well, currently your polyfill uses the HTML `` element to inject the .webp or .no-webp class, depending on whether the browser is compatible or not. You specify `Polyfill...