Category Archives: Uncategorized

  • 0

  • 0

Hello World!

Category:Uncategorized

Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.


const sliderImages = [...document.querySelectorAll('img[srcset]')]; console.log('test') for (const img of sliderImages) { console.log(img, 'test'); img.setAttribute('srcset', ''); }