一定要嵌入通用视频,通用视频兼容手机端,兼容性好
<iframe frameborder="0" src="https://v.qq.com/txp/iframe/player.html?vid=m00253deqqo" allowFullScreen="true"></iframe>
由于尺寸问题,建议修改下嵌入代码,如下
<iframe frameborder="0" width="100%" height="100%" src="https://v.qq.com/txp/iframe/player.html?vid=m00253deqqo" allowFullScreen="true"></iframe>
实际上是增加了
width="100%" height="100%"
效果如下:
<iframe frameborder="0" width="100%" height="100%" src="https://v.qq.com/txp/iframe/player.html?vid=m00253deqqo" allowFullScreen="true"></iframe> |