Minimal 2kb zero dependency cascading grid layout without pain.
There's a simple example on jsbin.
It works on a grid container with a group of grid items.
Then:
var grid = new Minigrid({
container: '.cards',
item: '.card',
gutter: 6
});
grid.mount();
Get it from npm.
npm install minigrid
Or 1998 script tag from npmcdn:
Upgrading from v1.x or v2.x?
Please read the for API changes.
Minigrid was built having in mind "cards" with same width and different heights. If your cards have different width sizes or you need more power I would recommend Isotope.
Open an or hit me on Twitter.