视频尺寸
<embed width="600" height="415" align="middle"加到src 前面,替换掉 <iframe frameborder="0"
例如:
<iframe frameborder="0" src="https://v.qq.com/txp/iframe/player.html?vid=h0174d03ohq" allowFullScreen="true"></iframe>
改成
<embed width="600" height="415" align="middle" src="https://v.qq.com/txp/iframe/player.html?vid=h0174d03ohq" allowFullScreen="true"></iframe>
600 和 415 是窗口尺寸,可以自定义
页:
[1]