mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
Remove columnwidth
This commit is contained in:
parent
9f72be10d1
commit
3cad0ea3c7
@ -6,8 +6,7 @@ block content
|
|||||||
var $container = $('.thumbnails');
|
var $container = $('.thumbnails');
|
||||||
$container.imagesLoaded(function(){
|
$container.imagesLoaded(function(){
|
||||||
$container.masonry({
|
$container.masonry({
|
||||||
itemSelector : '.item',
|
itemSelector : '.item'
|
||||||
columnWidth : 240
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
div.page-header.profile_page-header
|
div.page-header.profile_page-header
|
||||||
|
Loading…
Reference in New Issue
Block a user