Lazy loading images needs JS enabled
javascriptbrowser
I have read another TIL from Stefan Judis that explains this way better.
It seems it's to prevent tracking the user scroll position becaue a server could place images strategically and know how much of them were downloaded and at which time.
I learnt this from @stefanjudis