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

How to Lazyload again when I change tabs? #21

Open teededung opened 9 years ago

teededung commented 9 years ago

I am using Tabs Bootstrap 3, how i can lazyload after change tabs? Thanks you.

dryabov commented 9 years ago

Bootstrap triggers show.bs.tab event on tab activation, so try to use

$.lazyLoadXT.updateEvent += ' show.bs.tab';
GaryMB commented 9 years ago

I am using Foundation 5 trying to do the exact same thing. I have three tabs with separate sets of images and I need the images hidden in the other tabs to load when I click them. Thank you.