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

Fire event once image loaded 'lazy-loaded' class added / onload event fired #65

Open gavb17 opened 8 years ago

gavb17 commented 8 years ago

Hi, I am trying to run some other fuctionality that requies the image/s to be loaded to correctly calculate heights and have been trying to use the event 'onload' to check whether the image has the class 'lazy-loaded' so that I know it is ready to reference however this only seems to fire once and not for each image?

Am I using this correctly or should I be using a different event to test this?

Any help appreciated

Thanks

Gav