Lofesa edited a comment on issue #1864: lazyload_images does not work together with srcset URL: https://github.com/apache/incubator-pagespeed-mod/issues/1864#issuecomment-479576811 Hi I can confirm that. In html code all srcset are data-pagespeed-lazy-srcset, but when page load it get converted to srcset again. In the images it show the DOM elements and the html code of the last image in the page. Relevant lazyload config: CriticalImagesBeaconEnabled false; # Tried with true, no diff. pagespeed EnableFilters lazyload_images; pagespeed LazyloadImagesBlankUrl "https://estaticos.sterm.org/1x1.gif"; pagespeed LazyloadImagesAfterOnload off;  
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
