ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 243 forks source link

Confirm: Does not use scroll events #122

Open joneslloyd opened 5 years ago

joneslloyd commented 5 years ago

Hi guys,

Great script! I just wanted to hear it from the horse's mouth:

Does Lazy load XT use scroll events to perform its lazy loading?

I ran this script: https://github.com/GoogleChromeLabs/puppeteer-examples/blob/master/lazyimages_without_scroll_events.js

(From here: https://developers.google.com/search/docs/guides/lazy-loading)

And the results were equal for scroll/no scroll, which is great.

I just wanted to get confirmation that the scroll event isn't used, and the results weren't a fluke :)

Thanks,