How is this only now getting implemented? I’m very surprised. Also, do we yet unload images (from memory) after a user scrolls far past them? I’m always surprised how slow “long” webpages become.
Last time I looked, the answer was no for images but yes for background images. I implemented a lazy-loader which did the latter for a pretty significant measured improvement on gallery pages.