Closed galbaras closed 6 years ago
@galbaras a3 lazy load plugin support some trigger for other plugin can call if want to run lazy load script after their script
this is list all triggers we support
load, orientationchange, resize, scroll, touchmove, focus, click, customlazyloadxtevent
For example they can call this if want lazy load script apply for image swapping
jQuery(document).trigger('customlazyloadxtevent');
When the plugin is activated on site that has EWWW Image Optimizer configured to use JavaScript to serve WEBP images, the EWWW code stops working completely and all images are served in their original format.
I have already informed the EWWW plugin developer, so please collaborate on a solution for this.
The solution may be as simple as running the lazy loading script only after the EWWW image swapping has occurred if that plugin is active.