GochiSiyan

zoom resize fix

Mar 1st, 2021 (edited)
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function() {
  2. document.querySelectorAll('img').forEach(function(value) {
  3. value.addEventListener('load', function() {
  4. window.jnews.zoom.setSizeContent();
  5. console.log('resized');
  6. });
  7. });
  8. })();
Add Comment
Please, Sign In to add comment