Blog

  • Artículos
  • Informativos

setTimeout(function () { jQuery(".portfolio_thumbnail").each(function(){ // console.log(jQuery(this).width() + "x" + jQuery(this).height()) var h = jQuery(this).height(); var w = jQuery(this).width(); jQuery(this).height(h); jQuery(this).width(w); jQuery(this).resize(); }); }, 2500);

jQuery( window ).load(function() { var first_active_filter = jQuery( ".simplefilter li:first-child" ).val(); // Animate loader off screen. jQuery(".loader").hide(); jQuery("#bf_gallery_1").css("opacity", 1); //Filterizd Default options. options = { animationDuration: 0.5, callbacks: { onFilteringStart: function() { }, onFilteringEnd: function() { }, onShufflingStart: function() { }, onShufflingEnd: function() { }, onSortingStart: function() { }, onSortingEnd: function() { } }, filter: "all", layout: 'sameWidth', selector: '#bf_gallery_1', setupControls: true } var filterizd = jQuery('#bf_gallery_1').filterizr(options); jQuery('#bf_gallery_1').imagesLoaded( function() { // images have already loaded, instantiate Filterizr. jQuery('#bf_gallery_1').filterizr(options); }); });

//Pagination class add and active class add. jQuery(document).ready(function(){ jQuery( "ul.page-numbers" ).addClass( "pagination mrgt-0" );

//new code added On Focus. jQuery("a.page-numbers").each(function() { var $this = jQuery(this); var _href = $this.attr("href"); $this.attr("href", _href + '?#bf_gallery_1'); }); });