4

我的代码现在看起来像这样:

<iframe title="YouTube video player" width="640" height="360" src="http://www.youtube.com/embed/6X3zUh8RqbY?hd=1" frameborder="0" allowfullscreen></iframe>

我在这里和其他地方读到 ?hd=1 部分应该把它变成高清,但这对我不起作用。视频嵌入为 360p...

4

2 回答 2

0

尝试使用

<iframe title="YouTube video player" width="640" height="360" src="http://www.youtube.com/embed/6X3zUh8RqbY&ap=%2526fmt%3D22" frameborder="0" allowfullscreen></iframe>

方法见于

http://www.mydigitallife.info/how-to-embed-and-play-720p-hd-high-definition-youtube-videos-fmt22-code-hack/

于 2012-05-30T18:56:39.170 回答
0

<iframe width="420" height="315" src="http://www.youtube.com/embed/XGSy3_Czz8k"> </iframe>

iFrame 视频和音频使用有损压缩进行编码。仅启用帧内压缩;每个框架都是一个独立的 i 框架。宽度和高度设置将上传的视频的大小。例子:

于 2014-10-24T00:34:47.277 回答