From 3cad0ea3c7040af6262021d82ea30a9b0f9fb48e Mon Sep 17 00:00:00 2001 From: Thomas Menari Date: Thu, 24 Jan 2013 21:52:38 +0000 Subject: [PATCH] Remove columnwidth --- views/profile/profile_grid.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/profile/profile_grid.jade b/views/profile/profile_grid.jade index 3cca9cc..981b4d0 100644 --- a/views/profile/profile_grid.jade +++ b/views/profile/profile_grid.jade @@ -6,8 +6,7 @@ block content var $container = $('.thumbnails'); $container.imagesLoaded(function(){ $container.masonry({ - itemSelector : '.item', - columnWidth : 240 + itemSelector : '.item' }); }); div.page-header.profile_page-header