paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
961 stars 66 forks source link

Balancing of total items height in each column is broken :-( #93

Open Placentra opened 1 year ago

Placentra commented 1 year ago

image

Hello sir, may I please ask you to check the issue shown on the image? If I set the masonry to 4 columns, the more I scroll down (infinite scroll), the more difference is there between the right and left side columns. It gets to a point, where the left side is completely. Would you please, please, pretty please be so kind and corrected the balancing? (I have no other configuration in place other then column min-width and width of the masonry container 100%.

Thank you very much, Matthew.

zhemuse commented 3 months ago

This does not dynamically calculate the insertion of new elements into the column with the lowest height.