-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout bug at the bottom #26
Comments
Experiencing the same issue and couldn't find a fix yet. Would be ace, if someone has a idea... |
Adding |
same problem |
See my comment above for the fix |
Yes, This is my code, maybe it helps. Masonry Gallery Component:
The gallery where I use it:
|
Also experiencing this issue. |
SOLVED 🚀 |
Looking at the code it looks like it simply places the children as they are found in the defined columns, it does not take into consideration the height of each child. First child goes into 1st column, 2nd into 2nd column etc. and that's it. It works fine if all elemens thave the same (or similar) height but if they don't it looks bad. |
I am still facing this problem, please patch this asps |
you guys can use react-stack-grid it works good but in my case it sometimes not rendering very few elements that's why I have to consider other options otherwise react-stack-grid is good library but its very old libary. |
I also have this problem :/ |
This still seems to be an issue. Are there any updates or workarounds? Or is there an alternative package that does not have this problem? |
Hello,
Thank you for the package, it's very easy to use it.
I just noticed that at the bottom, it's not render as excepted.
There is space to allow the last block to move in the other column but it's not the case.
Someone know how to fix that please ?
(I found that the demo that the behavior is the same: https://cedricdelpoux.github.io/react-responsive-masonry/)
The text was updated successfully, but these errors were encountered: