Advertisement
adekherry

Fix Zoom

Dec 20th, 2020
1,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. (function($){
  2.     $(function(){
  3.         $(window).on('scroll',function(){
  4.             window.jnews.zoom.setSizeContent();
  5.         });
  6.     });
  7. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement