Pentiado / angular-lazy-img

Lightweight lazy load images plugin. Only 1kb after gziping. Pure JavaScript, only Angular as dependency.
MIT License
178 stars 66 forks source link

Images not loading when scrolled from bottom #47

Closed balaabhinav closed 6 years ago

balaabhinav commented 6 years ago

Hi, I have an array of images in ng-repeat and when page loads, I scroll to the page that was previously on focus. Now, when I scroll up, The previous image does not load until I scroll till the top of that image. I tries to call the refresh event but yielded no result. NOTE : the container directive is placed on another directive called awezoom

balaabhinav commented 6 years ago

Problem was with our images had height of 0 when loading