从 mediaelement.js vdeo 编码中删除或隐藏大播放按钮
是否可以从 mediaelement.js 的视频播放器代码中删除或隐藏大播放按钮?
Is it possible to remove or hide the big play button from the mediaelement.js's video player code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以更新站点的 CSS 以包含
.mejs-overlay-button {display:none;}
mediaelementplayer.css 文件相当不言自明,允许您调整整个播放器设计。
You can update your site's css to include
.mejs-overlay-button {display:none;}
The mediaelementplayer.css file is fairly self explanatory and allows you to tweak the entire player design.