Minden

10–18 termék, összesen 57 db

(function () { function disableBricksLazyAfterAjax() { document.querySelectorAll('img.bricks-lazy-hidden').forEach(function(img) { let src = img.getAttribute('data-src'); if (src) { img.src = src; } let srcset = img.getAttribute('data-srcset'); if (srcset) { img.srcset = srcset; } img.removeAttribute('loading'); img.classList.remove('bricks-lazy-hidden'); // Bricks által használt jelölések eltávolítása img.removeAttribute('data-src'); img.removeAttribute('data-srcset'); img.removeAttribute('data-sizes'); }); } if (window.jQuery) { jQuery(document).ajaxStop(function () { setTimeout(disableBricksLazyAfterAjax, 100); }); } })();