angular-lazy-img
angular-lazy-img copied to clipboard
Lazy load images inside iframe
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?
This issue exist for me too! how can i resolve it?