Videojs add only play control

后端 未结 5 750
情深已故
情深已故 2021-02-04 21:03

I am using Video.js to play videos in my web page. I want to customize player controls to only play button.

my code is



        
5条回答
  •  忘了有多久
    2021-02-04 21:53

    This also removes all the control bar but not the big play button

    .vjs-default-skin.vjs-has-started .vjs-control-bar {
    visibility: hidden;
    }
    

提交回复
热议问题