youtube视频播放背景html文件

时间:2017-01-05 09:48:34

标签: php html youtube-api

我对我们在https://www.laitkor.com/等网页上看到的背景视频着迷,我想开发类似的东西,但这次我要从Youtube上获取视频。我该怎么做? 附:视频应自动播放。

1 个答案:

答案 0 :(得分:0)

这是将YouTube视频嵌入网页背景的方法:

<div style="position: fixed; width: 100%; height: 100%; z-index: -999;">
  <iframe frameborder="0" height="100%" width="100%" src="https://youtube.com/embed/[videoID]?autoplay=1&controls=0&showinfo=0&autohide=1">
  </iframe>
</div>