将iframe中的视频质量更改为其他设置

将iframe中的视频质量更改为其他设置,iframe,youtube,Iframe,Youtube,我正在将youtube视频嵌入iframe。现在视频质量有两种设置:360p和240p。现在Youtube每次都选择240作为默认值,看起来很糟糕。在这种情况下,如何将默认质量更改为最高可能的360p 我尝试在视频链接的末尾设置参数?hd=1,但不起作用: 像这样: <iframe title="Evolution of 4 String Quartet on BBC" width="560" height="315" src="http://www.youtube.com/embed/D

我正在将youtube视频嵌入iframe。现在视频质量有两种设置:360p和240p。现在Youtube每次都选择240作为默认值,看起来很糟糕。在这种情况下,如何将默认质量更改为最高可能的360p

我尝试在视频链接的末尾设置参数?hd=1,但不起作用: 像这样:

<iframe title="Evolution of 4 String Quartet on BBC" width="560" height="315" src="http://www.youtube.com/embed/D1GEH6VxQ-k?hd=1" frameborder="0" allowfullscreen></iframe> 

有什么想法吗?有可能吗

我还玩过这个来自谷歌的开发工具,这是非常酷的顺便说一句,但并没有380p的运气。。。

您只想使用vq参数而不是hd:

  <iframe title="Evolution of 4 String Quartet on BBC" width="560" height="315" src="http://www.youtube.com/embed/D1GEH6VxQ-k?vq=medium" frameborder="0" allowfullscreen></iframe>

vq也可以是:小型、大型、hd720、hd1080