dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 355 forks source link

Not working on hidden tabs #167

Open Vjmdl opened 6 years ago

Vjmdl commented 6 years ago

I have successfully used bLazy and its working great but not working on tabs.

hamanovich commented 5 years ago

@Vjmdl It looks once you clicked to a tab item you have to revalidate() blazy script as well. // Example var bLazy = new Blazy(); bLazy.revalidate();