이미지 교체, 인트로 자동재생 끔
This commit is contained in:
@@ -747,7 +747,7 @@ function pdpIntro() {
|
||||
const youtubeFrame =
|
||||
'<iframe src="https://www.youtube.com/embed/' +
|
||||
youtubeId +
|
||||
'?autoplay=1&controls=1&rel=0&showsearch=0" title="YouTube video player" allow="accelerometer; autoplay; clipboard-black; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>';
|
||||
'?autoplay=0&controls=1&rel=0&showsearch=0" title="YouTube video player" allow="accelerometer; clipboard-black; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>';
|
||||
$(".editorWarp .youtube-box").html(youtubeFrame);
|
||||
|
||||
switch (true) {
|
||||
|
||||
Reference in New Issue
Block a user