I try to use it. but i get a message about problems with the js script. Firefox ask me to abort the script.

There is some requeriments to use it? some drupal version? i will try to watch where is the problem and post more information

Comments

t0b1’s picture

had the same problem
now doing a workaround without fluid grid for finishing the site

meatbag’s picture

Version: 6.x-1.3 » 6.x-1.x-dev

Same here.

pribeh’s picture

I get this problem when I don't specify a column width in the views settings.

7wonders’s picture

Yep. As soon as you set a default column width it is smooth as silk.

thomas1977’s picture

Can confirm that the browser crashes (Chrome + Safari) without column width set.

cyborg_572’s picture

A client site had me fixing a few issues with this module, this was one of the first I had to tackle. It turns out some of the php-to-javascript stuff was resulting in an empty string for the column width, when masonry was expecting either a value or undefined.

The code here http://drupal.org/node/1113602 has the fix, along with some others.