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
|
extends ../layout
|
||||||
|
|
||||||
block content
|
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
|
div.page-header.profile_page-header
|
||||||
h1
|
h1
|
||||||
#{connection}
|
#{connection}
|
||||||
|
Loading…
Reference in New Issue
Block a user