Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望使用类似于 Vimeo 播放器在某些情况下的工作方式的 mediaelement。如果用户将鼠标悬停在视频上,我们只想显示播放按钮。但是,当用户开始播放视频时,会出现剩余的控件。然后,如果用户停止视频,则只有播放按钮。
这可能吗?
当播放器启动时,您使用 jQuery 隐藏包含控件的 Div。这应该隐藏控件。
$('.mejs-controls').attr('style','visibility:hidden;');