문서의 이전 판입니다!


Youtube Background Video

자바스크립트 없이 유튜브 비디오를 웹페이지의 배경으로 쓰는 방법.

<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
  <iframe frameborder="0" height="100%" width="100%" 
    src="https://youtube.com/embed/ID?autoplay=1&controls=0&showinfo=0&autohide=1">
  </iframe>
</div>
// Replace ID with the actual ID of your YouTube video
  • 소리를 죽일 수 없다.
  • 모바일에서는 재생이 안된다.

연결문서


CC Attribution-Noncommercial-Share Alike 4.0 International 별도로 명시하지 않을 경우, 이 페이지의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Noncommercial-Share Alike 4.0 International
tech/youtube_background_video.1503041225.txt.gz · 마지막으로 수정됨 저자 192.168.0.1