Re: [csswg-drafts] [css-grid-2] Masonry layout (#4650)

I still don't see any possibility to do a layout like the following example (from the Masonry library docs) with Flexbox:

![masonry](https://user-images.githubusercontent.com/282754/81231488-e634ba80-8ffb-11ea-8cc7-07706882d0a5.png)

However, @jensimmons has already demonstrated how it's easily doable with the current proposal.

Also, typical masonry layouts (as well as multicol layouts) usually tend to be built "from outside" (the width of the column dictates the width of its contents), while Flex layout is more "from inside" (the base size is determined by content and then gets adapted to the available space). From my perspective, masonry layout has more in common with Grid in this aspect than with Flexbox.

-- 
GitHub Notification of comment by SelenIT
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4650#issuecomment-624912998 using your GitHub account

Received on Wednesday, 6 May 2020 21:58:34 UTC