Lofesa commented on issue #2073:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2073#issuecomment-875703943


   I have found this response in 2015
   https://github.com/apache/incubator-pagespeed-mod/issues/55
   
   Basically, inlined images have their dimensions encoded in the data uri.
   So the filter must be recoded to include these dimensions.
   One workaround is put these image dimensions as CSS code.
   Or disable image inlining:
   pagespeed DisableFilters inline_images;


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to