Why loading attribute is not working in chrome?

て烟熏妆下的殇ゞ 提交于 2020-05-30 08:14:26

问题


I have replaced lazy loading with native chrome loading="lazy" attribute but it seems to be not working. I am using Chrome 76 latest version.

I checked my page speed in https://developers.google.com/speed/pagespeed/insights and it still shows to Defer offscreen images!

Not sure what exactly I have missed?

<img class="img-fluid" loading="lazy" src="my-image-path" />
<img class="img-fluid" loading="lazy" src="my-image-path" />
<img class="img-fluid" loading="lazy" src="my-image-path" />
<img class="img-fluid" loading="lazy" src="my-image-path" />
<img class="img-fluid" loading="lazy" src="my-image-path" />

来源:https://stackoverflow.com/questions/58556766/why-loading-attribute-is-not-working-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!