Mediaelement 播放器控件混乱
我有多个 元素通过 jQuery 脚本动态隐藏和显示。除了视频控件全部位于左侧且彼此重叠而不是标准布局之外,这种效果很好。
当我设法点击全屏小部件并将其恢复为嵌入状态时,控件突然就正常了。
页面是用 html5 样板构建的,标题中带有脚本。
我的猜测是,mediaelement 因动态加载而变得混乱或未正确更新,全屏操作可以解决这个问题吗?
I have multiple <video>
elements dynamically hidden and shown through jQuery scripts. This works fine except the video controls are positioned all to the left and over each other instead of the standard layout.
When I manage to hit the full screen widget and have it revert back to embedded, suddenly the controls are fine.
Page is built with html5 boilerplate with scripts in the header.
My guess is that mediaelement gets confused or not updated properly by the dynamic loading, which the full screen operation fixes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是显示和隐藏包含 div 的
Switch-Video-Example直接切换src。
Instead of showing and hidding
<video>
containing divs, thisSwitch-Video-Example directly switches the src.