Chrome 81、FF 75(今天最新)
在 Chrome 中,本机图像延迟加载仅在 iframe 内起作用。为什么?在 FF 效果很好
page1.htm(延迟加载在 Chrome 中不起作用,但在 FF 中运行良好):
<p style="margin-bottom: 1000px;">Please scroll down. The image is below the viewport.</p>
<p style="margin-bottom: 1000px;">Please scroll down. The image is below the viewport.</p>
<img src="https://wallpaperplay.com/walls/full/5/e/a/218959.jpg" loading="lazy">
page2.htm(通过 iframe 进行延迟加载在 Chrome 和 FF 中均有效):
<iframe src="page1.htm">
这是Chrome的bug吗?在FF中效果很好
(您可以通过滚动和开发者工具 -> 网络检查图像延迟加载)
喵喔喔
PIPIONE
相关分类