Erik Assis Cardoso
Results
1
comments of
Erik Assis Cardoso
Hey people, I've created a javascript to fixed: `// Input the width and height on img tag. window.addEventListener('load', function() { var images = document.querySelectorAll('.swiper-slide-image'); images.forEach(function(image) { image.width = image.offsetWidth; image.height...