| Current Path : /home/bfxleof/www/wp-content/themes/sydney/js/ |
| Current File : /home/bfxleof/www/wp-content/themes/sydney/js/masonry-init.js |
//Masonry init
jQuery(function($) {
var $container = $('.posts-layout');
$container.imagesLoaded( function() {
$container.masonry({
itemSelector: '.hentry',
//isAnimated: true,
isFitWidth: true,
animationOptions: {
duration: 500,
easing: 'linear',
}
});
});
});