// source --> https://paulabras.com/wp-content/themes/kitring-child/js/utils.js (function($) { $(window).scroll(function() { $(".equipa_item").each(function() { var img = $(this).find('img.lazy-loaded').attr("src"); if(img && !$(this).find(".overlay").length) { var spl = img.split("/"); var fich = spl[spl.length-1]; var spl2 = fich.split("_"); var fich_novo = spl2[0]+".1_"+spl2[1]; if(spl2[2]) fich_novo += "_"+spl2[2]; var url_final = ""; for(var i=0; i'); } }); }); })(jQuery);