在网站上嵌入Youtube视频

时间:2017-02-09 13:45:53

标签: html css youtube

我想在youtube上使用嵌入选项在我的网站上放置一个视频。我添加了代码如下。

该代码在Firefox浏览器中运行良好,但在其他浏览器中无效。建议我解决方案。

<div style="width:100%;height:100%;width: 100%; height: 461.25px; float: none; clear: both; margin: 2px auto;">

<embed src="https://www.youtube.com/embed/vfGRnSiRWcE?rel=0&amp;hl=en_US&amp;rel=0&amp;autohide=1&amp;autoplay=1" wmode="transparent" type="application/x-shockwave-flash" width="100%" height="100%" allowfullscreen="true" title="Adobe Flash Player">

1 个答案:

答案 0 :(得分:1)

您可以在所有浏览器上使用iframe HTML标记,iframeworks。

<iframe width="100%" height="100%" src="https://www.youtube.com/embed/vfGRnSiRWcE" frameborder="0" allowfullscreen></iframe>