Re: [css-flexbox] "Masonry" effect

On 7 Jun 2014 20:30, "Tab Atkins Jr." <jackalmage@gmail.com> wrote:

> Flexbox cannot do "masonry"; it's completely incompatible with its
> sizing and layout algorithm.  Flexbox is a 1d layout mode, while
> masonry is 2d.

Is there scope in CSS to have a property, or a value for grid, that does
masonry? It is a very common design pattern, especially with responsive
designs, and isn't just a fad so it would make sense to be able to easily
switch it on, on a container element.

~Shane

Received on Monday, 9 June 2014 09:36:55 UTC