You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/04/03 17:07:35 UTC

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1864: lazyload_images does not work together with srcset

Lofesa commented 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;
   pagespeed EnableFilters lazyload_images;
   pagespeed LazyloadImagesBlankUrl "https://estaticos.sterm.org/1x1.gif";
   pagespeed LazyloadImagesAfterOnload off;
   
   
   ![Captura](https://user-images.githubusercontent.com/22342793/55498132-28ded300-5643-11e9-872b-676a8d8193b2.PNG)
   ![Captura1](https://user-images.githubusercontent.com/22342793/55498150-3300d180-5643-11e9-9454-e1978e3ec019.PNG)
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services