1.iframe里的视频无全屏按钮
<iframe src="" allowfullscreen></iframe>
allowfullscreen有个浏览器前缀的属性webkitallowfullscreen等,如果只考虑chrome,allowfullscreen即可。
2.ios safari/微信浏览器 iframe子页面的宽度不受父页面控制的bug
<iframe src="" scrolling="no"></iframe>
1.iframe里的视频无全屏按钮
<iframe src="" allowfullscreen></iframe>
allowfullscreen有个浏览器前缀的属性webkitallowfullscreen等,如果只考虑chrome,allowfullscreen即可。
2.ios safari/微信浏览器 iframe子页面的宽度不受父页面控制的bug
<iframe src="" scrolling="no"></iframe>