DEV Community

Discussion on: CSS Easy Masonry Grid

Collapse
 
b3nnu3 profile image
Benjamin Schnoor

Moin, I think this will destroy the initial order of the images. Isn't it?
Before it was from left -> right. But now its top -> down for each column.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Hi Benjamin, Yes in this example it will destroy the order it is more to demonstrate the absolute basis of it.
We can, of course, make them horizontal ordered with a bit more flexbox queries.