passy / angular-masonry

An AngularJS directive for Masonry.
https://passy.github.io/angular-masonry
MIT License
1.12k stars 216 forks source link

when using a custom directive for images the masonry bricks are not properly displayed. #153

Open yahyaKacem opened 8 years ago

yahyaKacem commented 8 years ago

Hi, when I use a custom directive to load the images for responsiveness, the delay makes the images appear after the brick items has drown, which mean the containers of the images will have the wrong size, check plunker for an example note in the index.html if you remove the custom directive lcPicture and use the commented img it will work correctly.