= document.querySelector(".show-video-btn");
showVideoHero.addEventListener("click", function () {
videoContent.innerHTML = `
<iframe width="560" height="315" src="https://www.youtube.com итд
`;
videoOverlay.style.display = "flex";
});
если смотреть через пк версию с мобилы то всё норм
1) function () -> function (event) а также `event.preventDefault(); 2) ссылку в студию (можешь id поменять на dQw4w9WgXcQ ), там точно http://www.youtube.com/embed/ ... ?
https://rembrandfranchise.ru/test/public_html/ Блок ниже «Видео о франшизе REMBRAND»
videoContent.innerHTML = ` <iframe width="560" height="315" src="https://www.youtube.com/embed/yB0w10Sc2Eg?frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> `;src="https://www.youtube.com/embed/yB0w10Sc2Eg?frameborder="0" ^ ^^^ ^вы протеряли кусочек видимо. не факт что в этом дело правда
я не тот код скинул оказывается… сорян videos.forEach((video) => { video.addEventListener("click", function (e) { if (e.path[1].dataset.videoid == 2) { videoContent.innerHTML = ` <iframe width="560" height="315" src="https://www.youtube.com/embed/yB0w10Sc2Eg?frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> `; } else if (e.path[1].dataset.videoid == 3) { videoContent.innerHTML = ` <iframe width="560" height="315" src="https://www.youtube.com/embed/BCPVMJeBb3I?frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> `; } else if (e.path[1].dataset.videoid == 1) { videoContent.innerHTML = ` <iframe width="560" height="315" src="https://www.youtube.com/embed/puPa9mKJFbI?controls=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> `; } videoOverlay.style.display = "flex"; }); });
Обсуждают сегодня