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
When you set a columnWidth for the masonry option of isotope, and use stamp, the layout method does not calculate the height as it should with a stamp.
In other words: if you have a stamp, and you've set a columnWidth, so; When there are no items in the grid, and you try to relayout everything, the container will set its height to 0 without considering the stamp.
Hi,
When you set a
columnWidth
for themasonry
option of isotope, and use stamp, the layout method does not calculate the height as it should with a stamp.In other words: if you have a stamp, and you've set a
columnWidth
, so; When there are no items in the grid, and you try to relayout everything, the container will set its height to 0 without considering the stamp.Demo: http://codepen.io/anon/pen/gmXPyE
In the demo, click on remove all and then on layout and see the problem.
Is it a bug? becuase it hurts the performance and user experience in my website.
thanks!
The text was updated successfully, but these errors were encountered: