airfranceklm / ng-lazy-image

Angular directive for loading responsive image when container (which is preventing reflow) is in viewport.
http://afklm.github.io/ng-lazy-image/
MIT License
351 stars 64 forks source link

Not loaded when scrolling in div, not page #64

Open ragsnas opened 7 years ago

ragsnas commented 7 years ago

I have content in a div which is scollable. When i scroll that container, the images do not get loaded when they appear in the view. If i then scroll the page itself they get loaded.

Is there a way to solve this problem?

SquadraCorse commented 7 years ago

Are you sure you also addd the directive to this scrollable container? See http://afklm.github.io/ng-lazy-image/sample-scrollable.html