darkwing / LazyLoad

LazyLoad allows you to defer image loading until the user scrolls down to each image.
http://davidwalsh.name/js/lazyload
147 stars 28 forks source link

Apply lazyload on images which have a certain class #10

Closed xillibit closed 11 years ago

xillibit commented 11 years ago

I want that lazyload will be loaded only on images which contain a specific class, i had tried to modifiy the code of lazyload.js to do it but it doesn't work on chrome

darkwing commented 11 years ago

The 'elements' option would do what you're looking for.