CharlesStrickland opened a new issue #1680: Image optimization on data-srcset
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1680
 
 
   Hi, 
   
   I am trying to efficiently lazyload background images from a data-srcset 
like this: 
   ```
   data-srcset="https://cdn.com/image/path/601x300/image.jpg 
601w,https://cdn.com/image/path/747x373/image.jpg 747w ... "
   ```
   and would like to convert these to .jpg files to .webp using pagespeed. I am 
aware that this issue has had some progress on 
[/incubator-pagespeed-mod/pull/1899](https://github.com/apache/incubator-pagespeed-mod/pull/1899)
 - is there any chance of updates to this repo to reflect said progress for the 
nginx build. 
   
   Thanks! 

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


With regards,
Apache Git Services

Reply via email to