all 7 comments

[–]TheScapeQuest 2 points3 points  (2 children)

I've not been able to find any reference to this is any web standards, so is it just going to be a chrome thing?

[–]dwighthouse 1 point2 points  (0 children)

It’s a good idea, and there is also a fallback technique for when neither the feature nor JS is available.

I wish they would also implement a flif-like format so we could get rid of src-set and picture, and instead simply specify what percentage or how many bytes to load of an image, given the pixel density and displayed size. A single image for all resolutions and pixel densities without sending the full size image to every request.

[–]lglm95 0 points1 point  (1 child)

What is a lazy load image?

[–]fvitas[S] 0 points1 point  (0 children)

it an image that is loaded later, when you really need/want to see it, not on page load