2018
Make sure Google can see lazy-loaded content | Search | Google Developers
(via)This document explains how to make sure Google can crawl and index lazy-loaded content.
2017
GitHub - deanhume/lazy-observer-load: A library to lazy load images using Intersection Observer
A library to lazy load images using Intersection Observer
2016
Lazy Loading Images? Don’t Rely On JavaScript! | Robin Osborne
by 1 otherGiven the potential limitations, let’s work on a solution that can handle all my concerns:
a. works without JavaScript (i.e., lazy loading is an enhancement)
b. vanilla js – no dependencies on jquery or angularjs
c. works with broken JavaScript (i.e., the browser supports JavaScript, but there’s a js error somewhere which causes your script to break; might not even be your fault!)
1
(4 marks)