0
点赞
收藏
分享

微信扫一扫

iframe自适应宽高度

c一段旅程c 2022-07-18 阅读 148


<iframe 
id="videoFrame"
frameborder="0"
width="100%"
onload="this.height=videoFrame.document.body.scrollHeight"
src="https://v.qq.com/txp/iframe/player.html?vid=m00253deqqo" allowFullScreen="true">
</iframe>

 

举报

相关推荐

0 条评论