Advertisement
GochiSiyan

zoom issue fix

Jan 5th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. (function($){
  2. $(function(){
  3. $(window).on('scroll',function(){
  4. window.jnews.zoom.setSizeContent();
  5. console.log('executed');
  6. });
  7. });
  8. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement