Masonry layout with just one line of CSS rule

Hey guys,

Here is a Masonry layout workaround with just one CSS rule on our parent container...

Example:

.myContainer {
   columns: 300px;
}

Here is the tutorial/demo link:

Hope it may be useful in some cases

Cheers

3 Likes

This is amazing!!

1 Like