s-yadav / angulargrid

Pinterest like responsive masonry grid system for angular
MIT License
277 stars 105 forks source link

Issue with image caching #90

Open i-gk opened 7 years ago

i-gk commented 7 years ago

When the images are cached in browser, i noticed that the resize of images aren't working properly. I have not set the actual-width & actual-height since the image sizes are unknown. (Passing a url parameter to avoid caching is not an option here).

abhith commented 7 years ago

Same problem, if the images are cached, the grid items stacked over another. And the grid refresh has no effect in this case. If we resize the window, then only the grid items arranged correctly.

update After applying the css specified in the Animating on enter or leave of any item section in the documentation website , the issue didn't occured for me.