Add lower limit to elements in jQuery layout

I am using a branched version of the jQuery Masonry plugin from David Desandro, which allows me to set the width for the columns.

spacerWidth: 10,

http://github.com/gilmoreorless/masonry

But how can you set the bottom margin for an element to give it an equal distance to the column?

thanks

+4
source share
1 answer

I believe that you can give a CSS bottom edge for each of the bricks.

0
source

All Articles