forked from GitHub/dbot
derp
This commit is contained in:
parent
9f72be10d1
commit
114b0fd09c
@ -216,7 +216,7 @@ div.imgwrap > img {
|
|||||||
-o-transition: all 0.2s ease-in-out;
|
-o-transition: all 0.2s ease-in-out;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail:hover > div.imgwrap > img {
|
.thumbnail:hover > div.imgwrap > img {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
@ -3,11 +3,12 @@ extends ../layout
|
|||||||
block content
|
block content
|
||||||
script(src='http://masonry.desandro.com/jquery.masonry.min.js')
|
script(src='http://masonry.desandro.com/jquery.masonry.min.js')
|
||||||
script
|
script
|
||||||
var $container = $('.thumbnails');
|
$(function() {
|
||||||
$container.imagesLoaded(function(){
|
var $container = $('.thumbnails');
|
||||||
$container.masonry({
|
$container.imagesLoaded(function(){
|
||||||
itemSelector : '.item',
|
$container.masonry({
|
||||||
columnWidth : 240
|
itemSelector : '.thumbnails > li',
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
div.page-header.profile_page-header
|
div.page-header.profile_page-header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user