Advertisement
GochiSiyan

Untitled

Jan 11th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (function($) {
  2. document.querySelectorAll('img').forEach(function(value) {
  3. value.addEventListener('load', function() {
  4. $(window).trigger('resize');
  5. });
  6. });
  7. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement