[csswg-drafts] [css-grid][css-flexbox] Pinterest/Masonry style layout support

rachelandrew has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-grid][css-flexbox] Pinterest/Masonry style layout support ==
I'm getting frequent questions about whether Grid can handle a Masonry
 style layout using auto-placement. 

You can see a good example, along with some author use cases 
[here](https://github.com/rachelandrew/cssgrid-ama/issues/19#issue-201073253).

Currently the closest you can get with CSS to this type of layout is 
to use multi-col however the items then flow top to bottom rather than
 across the rows. 

This feels more like a behaviour of flexbox than grid, as the solution
 is very much based on the size of the items. Opening this in order to
 record the feature request/use case for future discussion.




Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/945 using your GitHub 
account

Received on Monday, 16 January 2017 18:49:12 UTC