I am using angular2-masonry lib to achieve staggered grid for my web site the issue is when the data is loaded for first time the divs are getting overlapped as shown in this image
When i reload the data the alignment get corrected automatically like this
I added the changes in the commit referenced above in angular2-masonry/src/brick,ts file but still the issue persist. Do i need to make some other changes as well?
Hi,
I am using angular2-masonry lib to achieve staggered grid for my web site the issue is when the data is loaded for first time the divs are getting overlapped as shown in this image
When i reload the data the alignment get corrected automatically like this
Could you please help me to solve this issue?