感谢另一个答案,我设法“强制”将高清嵌入 YouTube 视频中作为默认设置。不幸的是,这似乎与启用全屏并不能很好地共存
两个都
<iframe width="640" height="360" src="http://www.youtube.com/embed/W33zQcIoxhQ?vq=hd720"
frameborder="0" allowfullscreen="true"> </iframe> or just with <iframe width="640"
height="360" src="http://www.youtube.com/embed/083l_FSheWE?vq=hd1080" frameborder="0"
allowfullscreen></iframe>
正在显示高清默认值,但不允许全屏模式(youtube 播放器中没有图标)。在此先感谢您的帮助!