Lofesa commented on issue #1663: Chrome's Native Lazy Loading URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1663#issuecomment-532092606 Hi @jmarantz Well ... maybe. But why don“t do the same when other lazyload method is present? When data-src is present the pagespeed lazyload do nothing. In the case we determine that a image is in the viewport, we can set the attribute `loading = eager` that load the image (or iframe) inmediately regardless on where the image is located. In the case of chrome implementation the distance on where the images are pre-loaded changes with the type of connection, for a 2G connection the distance is bigger than for a 4G, so maybe we interfere with these feature.
---------------------------------------------------------------- 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