Advertisement
deliciousthemes

Untitled

Apr 16th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function(){
  2.  
  3.     if(jQuery(window).width() > 767) {
  4.         jQuery("body").queryLoader2({
  5.             onComplete: function() {},
  6.             onLoadComplete: function() {},
  7.             backgroundColor: "#fff",
  8.             barColor: dt_loader.bcolor,
  9.             overlayId: 'qLoverlay',
  10.             barHeight: 4,
  11.             percentage: false,
  12.             deepSearch: true,
  13.             completeAnimation: "fade",
  14.             minimumTime: 500    
  15.         });
  16.     }
  17.         jQuery("#qLoverlay").css({'display':'none'});
  18.    
  19.  
  20.         // Rev Slider default heights
  21.         var fullscreenheight = jQuery(window).height() - jQuery('#header').outerHeight();
  22.         jQuery('.rev_slider_wrapper .fullscreenbanner').css({'height': fullscreenheight});
  23.         jQuery('.rev_slider_wrapper .fullscreenbanner ul').css({'height': fullscreenheight});  
  24.  
  25. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement