유튜브 동영상이 동작하게 하려면
본문
기본 basic 보드스킨에서
링크1에 유튜브동영상 주소가 있고
게시판 목록에서 클릭해서 내용보기를 할 때
지금은 디폴트로 동영상이 플레이 되지 않습니다.
목록을 클릭하면 유튜브동영상이 플레이되게 하려면 어캐 하나요?
답변 1
유투브주소 뒤에 autoplay=1 붙히시면 됩니다.
자동재생
<iframe width="560" height="315" src="https://www.youtube.com/embed/RnKfb19iwiI?autoplay=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
기본재생
<iframe width="560" height="315" src="https://www.youtube.com/embed/RnKfb19iwiI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
답변을 작성하시기 전에 로그인 해주세요.