Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Chrome native lazy loading is quite different from lazy loading through JavaScript libraries like LazySizes:Chrome does fire 2048 byte range GET requests for all images that do not have explicit dimensions set, you can see those requests if you inspect network tab closely.It does this so the layout can be calculated before the images are fully loaded.Furthermore, it does havbe a dynamic threshold of 3000-8000 pixels, which is quite a lot.
Chrome native lazy loading is quite different from lazy loading through JavaScript libraries like LazySizes:
Chrome does fire 2048 byte range GET requests for all images that do not have explicit dimensions set, you can see those requests if you inspect network tab closely.
It does this so the layout can be calculated before the images are fully loaded.
Furthermore, it does havbe a dynamic threshold of 3000-8000 pixels, which is quite a lot.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences