Reply to thread

I tried this demo with Chrome 76.0.3806.1 with the lazy image internal flag on for good measure. The dimensions for all images are hardcoded in the img tag so the native dimensions aren't required for layout. All of the images are requested at once with a range header. However, the provider returns the full asset, which means that every image is downloaded in full whether they are visible or not.


Back
Top Bottom