buch_des_monats/static/main.js

11 lines
194 B
JavaScript
Raw Permalink Normal View History

2014-03-25 23:45:35 +01:00
$(function() {
$('#covers').imagesLoaded(function() {
$('#covers').masonry({
columnWidth: 265,
gutter: 5,
isFitWidth: true,
itemSelector: '.cover-item'
});
2014-03-25 23:45:35 +01:00
});
});