Currently, only elements with the ewwwwebp and ewwwwebplazyload class are auto-detected when inserted into the DOM. For example, with infinite scroll, or "load more" AJAX buttons, a video element c...
We've had requests from several folks wanting to remove the original images after using something like PNG to JPG conversion, and it's a bit difficult for them to go through and find them manually....
Any recent version of libwebp can created animated images, could be more efficient than storing them in the GIF format, and would certainly be easier to implement than the HTML5 video idea.
Hey, what if we don't want .webp images anymore, or switch to Easy IO and don't need them locally? Would be great to have a way to clean these off the server.
"picture WebP" only supports img elements, but could be extended to optionally allow using the functionality in JS WebP and/or the Lazy Load function to support CSS background images. So img elemen...
Divi, Elementor, and possibly others like to shove background-image rules into a completely separate block. Currently, we can only lazy load CSS background images that are inlined directly on an el...