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

Add blazy on div scroll #59

Closed stephane-r closed 8 years ago

stephane-r commented 8 years ago

Hi,

I would like add Blazy on my page, but the scroll is not on my body, but on "big container" (

.

So, blazy does not work because it must detect the scroll on the body.

Do you know how i can change this setting ?

Thank you ! :)

dinbror commented 8 years ago

Hey @LeG3nDz -

Use the container attribute: http://dinbror.dk/blog/blazy/#Inside

dinbror commented 8 years ago

Feel free to reopen if it doesn't solve your issue