Lazy Loading HTML5 picture tag

前端 未结 3 887
陌清茗
陌清茗 2020-12-29 06:34

I have been searching (unsuccessfully) for a reliable method to lazy load images while using the HTML5 spec for . Most solutions/plugins out ther

3条回答
  •  庸人自扰
    2020-12-29 06:54

    For anyone still interested... After revisiting this issue, I came across a fairly new script called, Lazysizes. It's actually quite versatile, but more importantly it allows me to do lazy loading of images while utilizing the HTML5 markup as described in the OP.

    Much thanks to the creator of this script, @aFarkas.

提交回复
热议问题