我的代码现在看起来像这样:
<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...
尝试使用
<iframe title="YouTube video player" width="640" height="360" src="http://www.youtube.com/embed/6X3zUh8RqbY&ap=%2526fmt%3D22" frameborder="0" allowfullscreen></iframe>
方法见于
<iframe width="420" height="315"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>
iFrame 视频和音频使用有损压缩进行编码。仅启用帧内压缩;每个框架都是一个独立的 i 框架。宽度和高度设置将上传的视频的大小。例子: