Advertisement
arie_cristianD

remove lazyload background js

Feb 21st, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function($){
  2.     $(window).on('load',function(){
  3.          $('.thumbnail-container.animate-lazy').each(function( index ) {
  4.              if($(this).find('img.lazyloaded')){
  5.                 $(this).addClass("already-loaded");
  6.              }
  7.          });
  8.     })
  9.     })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement