Mixage DJ

Retour en haut
document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.swiper-slide-image').forEach(function(img) { function applyDimensions() { if (!img.hasAttribute('width') && img.naturalWidth > 0) { img.setAttribute('width', img.naturalWidth); img.setAttribute('height', img.naturalHeight); } } if (img.complete) { applyDimensions(); } else { img.addEventListener('load', applyDimensions); } }); });