Skip to main content
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.woocommerce ul.products li.product img').forEach(function(img){ if (img.srcset) { img.src = img.srcset.split(',').pop().trim().split(' ')[0]; } }); });