I'd like to use this plugin: http://packery.metafizzy.co/ with layout mode: meticulous as described on the frontpage. I went through every page of documentation and cannot find how to set it to meticulous instead of masonry layout which is default!
var $container = $('#grid_index');
// initialize
$container.packery({
itemSelector: '.item',
gutter: 0
});
Any ideas?