iframe如何设置全屏: allowfullscreen=true

默认情况下引入的iframe是不允许全屏的,但是可以通过iframe自带的配置设置允许全屏。

比如按f11后,iframe就可以实现全屏。

代码参考:

<iframe id="J_iframe" width="100%" height="100%" src="client-account" frameborder="0" data-id="client-account" seamless allowfullscreen="true"></iframe>