2020-09-01
Masonry image layout
Masonry is a popular layout, especially for images. The masonry js is a good library for it.
However, it's now possible to build with pure CSS.
The downside with this solution is that it will sort the images by column, not by row.
Comments