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

Lazy load images inside iframe #26

Open maliknur opened 8 years ago

maliknur commented 8 years ago

Hi, I have angular app, which has iframe and all images should load inside of iframe. Same time, on load it alters image src to some default one and adds 'lazy-img' to image with image src. Doesn't work even with $rootScope.$emit('lazyImg:refres') Any idea how to make it work?

mohantorrez commented 8 years ago

This issue exist for me too! how can i resolve it?