mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
masonry
This commit is contained in:
parent
3c4974d5ef
commit
3138bc8367
@ -1,6 +1,15 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
script(src='/public/jquery.masonry.min.js')
|
||||
script
|
||||
var $container = $('.thumbnails');
|
||||
$container.imagesLoaded(function(){
|
||||
$container.masonry({
|
||||
itemSelector : '.item',
|
||||
columnWidth : 240
|
||||
});
|
||||
});
|
||||
div.page-header.profile_page-header
|
||||
h1
|
||||
#{connection}
|
||||
|
Loading…
Reference in New Issue
Block a user