🎬 LunigianaTV – Riproduzione simultanea video
Guarda altri video su @LunigianaTV
/* */ const videoIds = [ “WEHZ7eyCffw”, ” ]; // Genera automaticamente un iframe per ogni video const container = document.getElementById(“videos”); videoIds.forEach(id => { const iframe = document.createElement(“iframe”); iframe.src = `https://www.youtube.com/embed/${id}?autoplay=1&mute=1&loop=1&playlist=${id}`; iframe.allow = “autoplay; encrypted-media”; iframe.allowFullscreen = true; container.appendChild(iframe); });