Home › Forums › CSS › How to load image when I reach it after scrolling? › Reply To: How to load image when I reach it after scrolling?
November 12, 2019 at 12:27 am
#298744
Participant
@Everyone, I actually ended up using Javascript to do this. Trying to search ways to do it without JS and in pure CSS was an unnecessary waste of time.
For those who read this in future, I ended up using : https://github.com/aFarkas/lazysizes to implement lazy load as suggested in the link shared by @Secur3.