You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2018. It is now read-only.
On every resize my bricks move to the very end of the current layout(just after the last brick), leaving a big empty gap.
Then on the next re-size they move back to the beginning and everything looks good.
It's as if the bricks don't know to start at the beginning of the layout..
What's interesting is that on every re-size they keep jugging back to the beginning, and everything looks good, then back to the end of the layout, and a big empty space remains above them..
I tried plain JS masonry, no angular, and it works fine.
Any ideas?