(function($) {
"use strict";
//------------------------------------------
//blogmasonry
//------------------------------------------
function blogmasonry() {
jQuery( window ).load( function() {
jQuery( '#list' ).masonry( { itemSelector: '.masonry-item' } );
});
}
blogmasonry();
//------------------------------------------
//Blog Slider
//------------------------------------------
})(jQuery);
jQuery(document).ready(function() {
jQuery("#blogery-slider-blog").owlCarousel({
navigation : true, // Show next and prev buttons
slideSpeed : 200,
pagination : true,
paginationSpeed : 400,
items:3,
video:true,
autoPlay : true,
transitionStyle : "fade",
navigationText: [
"",
""
]
});
});