Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(function() {
  2.    
  3.     var api = eval('revapi' + jQuery('.rev_slider').attr('id').split('slider_')[1].split('_')[0]);
  4.    
  5.     api.on('revolution.slide.onloaded', function() {
  6.        
  7.         jQuery(window).trigger('resize');
  8.        
  9.     });
  10.    
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement