Javascript 手动触发iframe图像的延迟加载

Javascript 手动触发iframe图像的延迟加载,javascript,html,iframe,lazy-loading,Javascript,Html,Iframe,Lazy Loading,因此,我有一个iframe,其中iframe中的图像被设置为延迟加载,但延迟加载不会在小屏幕或某些浏览器上触发 <iframe src='https://opensea.io/collection/sorare?embed=true' width='100%' height='2500' frameborder='0' allowfullscreen> </iframe> 或 您在哪个屏幕/浏览器上遇到这个

因此,我有一个iframe,其中iframe中的图像被设置为延迟加载,但延迟加载不会在小屏幕或某些浏览器上触发

<iframe src='https://opensea.io/collection/sorare?embed=true'
        width='100%'
        height='2500'
        frameborder='0'
        allowfullscreen>
</iframe>


您在哪个屏幕/浏览器上遇到这个问题?@PrateekGoyal在iphone 8和iphone SE safari和brave浏览器上。如果我将窗口缩小到某个宽度,也可以在桌面safari上使用。
("img.lazyload").trigger("appear");
lazyLoadInstance.update()