Advertisement
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).trigger('resize');
- });
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement