遇到的问题:我是在iframe框架中添加了一个插件在360和火狐中不好使,将allowfullscreen="true" 属性配置好就没问题了;

可能出现的原因:将allowfullscreen="true" 属性配置好应该没问题

<iframe src="video.html" frameborder="0" width="100%" height="100%" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-12-05
  • 2021-09-14
  • 2022-01-18
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2018-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
相关资源
相似解决方案