【问题标题】:how to make the video of html5 controls to be visible always?如何使html5控件的视频始终可见?
【发布时间】:2018-08-07 06:38:11
【问题描述】:

视频控件的默认可见性是在悬停时显示。 我想让它始终可见

我找不到任何方法。 这怎么可能从代码或 css 中实现?

【问题讨论】:

    标签: html html5-video


    【解决方案1】:

    参考这个。我想你也有同样的问题

    Always showing video controls

    或者你可以使用这个css:

    video::-webkit-media-controls-panel {
       display: flex !important;
       opacity: 1 !important;
    }
    

    它确实有答案。希望对你有帮助

    【讨论】:

      猜你喜欢
      • 2023-01-17
      • 2018-05-02
      • 1970-01-01
      • 2017-11-11
      • 1970-01-01
      • 1970-01-01
      • 2021-04-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多