keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

WebP for inline style #48

Closed hebbet closed 4 years ago

hebbet commented 5 years ago

Some WordPress themes add background-images via inline style on divs or even inline-css etc.

I am using webp express for auto generating webp files and that plugin works for background images.

It would be nice if cache enabler also replaces the inline background images with .webp if the image exists, like it does for -Tags.

examples: style="background-image: url(https://www.DOMAIN.de/wp-content/uploads/2015/10/4.jpg)"

.header-bg { background-image: url(/wp-content/uploads/silder/themen.jpg) !important; }