We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有幸看到这个h5播放器,打算在项目中使用,非常感谢作者! 以下是我使用过程中发现的几个改良处:
outline
.hi-video-controlbar input[type=range]
outline: none;
hivideo.removeClass(hivideo.querySelector('.hi-video-playIcon'), 'offBtn');
if(hivideo.hasClass(self.fullBtn, 'offBtn')) {self.exchangeBtnStatus(self.fullBtn, true);}
The text was updated successfully, but these errors were encountered:
@zhangminge,你好,我也是正在用这个播放器,请教一个问题如下: 怎么在一开始就隐藏控制条,只有鼠标略过视频播放器才显示控制条呢?谢谢
Sorry, something went wrong.
No branches or pull requests
有幸看到这个h5播放器,打算在项目中使用,非常感谢作者!
以下是我使用过程中发现的几个改良处:
outline
,我对.hi-video-controlbar input[type=range]
设置了outline: none;
hivideo.removeClass(hivideo.querySelector('.hi-video-playIcon'), 'offBtn');
if(hivideo.hasClass(self.fullBtn, 'offBtn')) {self.exchangeBtnStatus(self.fullBtn, true);}
The text was updated successfully, but these errors were encountered: