Eliminating the spacing between each ARTISTS image / details when adding more info like biography
Design and Skin Customization
Masonry is really cool, and versatile - go for that one.
Equal heights will make all of the boxes in a container (div, row or page) the same height regardless of the varying height of their contents - they will all be the same height as the tallest box.
I'm not sure how it will act with Jamroom's grid, but with something like bootstrap it means you can put any number of items into a div.row and you will have a regular grid where all items are the same height, so each row within the div.row (counterintuitive but I'm sure you can make sense of it) lines up. It's not much more difficult to make items in a "sub row" (i.e. at different vertical positions within the same container) of equal height - feel free to ask if you run into that problem/need, but I don't think that is an option with the Jamroom css grid anyway.
updated by @ultrajam: 08/21/14 02:58:02PM