CSS Easy Masonry Grid
Today we are going to look into making a straightforward CSS Masonry grid.
For those who don't know what a Masonry grid is, it's a grid where items that are not equal in size match up.
Back in the days, this was quite hard to achieve, and you had to ...
h.daily-dev-tips.com
Mario Giambanco
Director of User Experience Development
The problem with these masonry scripts has always been they work great for images but once you try to use it with a div and or tables of data, it completely fails unless theres a fixed width container / children (ie: not responsive)
I'd love to see a tutorial on that - I've used dozens of masonry scripts and they never work right for div children