默认情况下,嵌入YouTube视频以播放HD720

时间:2015-07-31 14:03:06

标签: html html5

想要嵌入YouTube并将其默认设置为HD 720,而不是自动。

<iframe width="241" height="136"
src="https://www.youtube.com/embed/NMG0CMkuUnA?version=3&vq=hd720" 
frameborder="0" allowfullscreen>
</iframe>

不知何故,这不起作用。 如何让YouTube默认播放HD720,而不是自动播放。

1 个答案:

答案 0 :(得分:0)

<iframe width="324" height="182" src="//www.youtube.com/embed/YOURVIDEOCODE?vq=hd720" frameborder="0" allowfullscreen></iframe>

vq=hd720部分是您需要添加的内容。

但请注意,这仅适用于4:316:9宽高比。

要阅读有关它的更多信息,请访问Google开发者网站,链接https://developers.google.com/youtube/iframe_api_reference