videojs-player
videojs-player copied to clipboard
The play button in the lower left corner is buggy
The play button in the lower left corner is on the mobile device. It needs to be pressed for more than 2 seconds to play and pause. Is there any solution? Thank you!
thank you
Let me define a play button. How do I define it
you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }
左下角的播放按钮位于移动设备上。需要按下2秒以上才能播放和暂停。 有什么解决方案吗?谢谢!
我也遇到这个问题,请问您解决了吗
you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }
His promblem is not this
you could add this in .video-js .vjs-big-play-button { top: 50%; left: 50%; margin-left: -1.5em; margin-top: -1em }
我刚刚遇到了这个问题,用了你的方法解决了。 thank you!