I installed masonry api module 2.x and masonry_views module 1.x.
I put the masonry js under libraries\masonry\jquery.masonry.min.js

I created a views page with image field row only.
However masonry didn't work, only a single column of images.

Comments

gratefulsk’s picture

It seems that the module is not passing the width to the rendered view. A quick workaround is to define the width via css.

.masonry-brick { width:300px;}

knalstaaf’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)