Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- document.querySelectorAll('img').forEach(function(value) {
- value.addEventListener('load', function() {
- window.jnews.zoom.setSizeContent();
- console.log('resized');
- });
- });
- })();
Add Comment
Please, Sign In to add comment