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 245 forks source link

Trigger load event for videos (#27 #75 #86) #88

Open bryanbergman opened 8 years ago

bryanbergman commented 8 years ago

lazyload event will now fire for HTML5 videos and the lazy-loaded class will now be added to videos.

The solution was to listen for the loadeddata event on video elements.

dryabov commented 8 years ago

I'm not sure this patch should be included into main jquery.lazyloadxt.js file, most likely it should be a part of jquery.lazyloadxt.video.js add-on. I'll try to change that code correspondingly.

bryanbergman commented 8 years ago

Thanks. I thought so too, but I wasn't sure how.

tomByrer commented 7 years ago

I think browsers & YouTube are pushing for HTML5-only videos; any progress on this?