Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($){
- $(window).on('load',function(){
- $('.thumbnail-container.animate-lazy').each(function( index ) {
- if($(this).find('img.lazyloaded')){
- $(this).addClass("already-loaded");
- }
- });
- })
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement