PODCAST SHOWS

document.querySelectorAll('.section--story_partner img').forEach((img) => { const clean = img.src.split('?')[0]; img.src = clean; img.removeAttribute('srcset'); img.removeAttribute('sizes'); });