Grid fill empty cells

16 Replies
Wonderbear
WonderbearOP•10mo ago
Already tried grid-auto-flow: dense
MarkBoots
MarkBoots•10mo ago
unfortunatly not in css (at the moment), what you are looking for is a masonry grid, but that's not available (yet) for css grid. there is css columns that can create masonry-like layouts, but they are not able to span over multiple columns and the way they fill are from top to bottom, left to right
Wonderbear
WonderbearOP•10mo ago
Please dont tell me I wasted hours :(
MarkBoots
MarkBoots•10mo ago
im sorry mate there are js libs that can help with these "masonry" layouts
ghostmonkey
ghostmonkey•10mo ago
I just completed a bento page with a similar issue, and what I ended up doing was the outer scaffolding in grid, and the inner stuff in flex, and assigned 100% height to the flex containers to fill all the space
Wonderbear
WonderbearOP•10mo ago
Do you have an example?
MarkBoots
MarkBoots•10mo ago
im just looking at your example a bit more. are all the red cells 2 rows? and do they alternate?
Wonderbear
WonderbearOP•10mo ago
The red boxes are supposed to be 1fr higher than the green boxes What do you mean with 2 rows?
MarkBoots
MarkBoots•10mo ago
the red ones are 2 rows
No description
MarkBoots
MarkBoots•10mo ago
so yea, that's what i meant. maybe there is something possible here. need to think about it
Wonderbear
WonderbearOP•10mo ago
More like 1.1 rows
MarkBoots
MarkBoots•10mo ago
yea that doesnt matter for now. im looking at the lines at the moment
Wonderbear
WonderbearOP•10mo ago
The masonry feature would fix everything instantly :(
MarkBoots
MarkBoots•10mo ago
yep what kind of content is going into the boxes?
Wonderbear
WonderbearOP•10mo ago
Oh uhm I was trying to accomplish this challenge, so no content planned 😅
Jochem
Jochem•10mo ago
Actually, you can trick this kind of masonry layout with flex iirc, if you don't care about the order of your elements too much you set the direction to columns and turn on flex wrap iirc it'll run like this though
1 5 9
2 6 10
3 7 11
4 8 12
1 5 9
2 6 10
3 7 11
4 8 12
Want results from more Discord servers?
Add your server