Html5视频海报有延迟

发布于 2024-10-04 00:00:56 字数 134 浏览 2 评论 0原文

我正在处理 html5 视频,并注意到,当视频结束(触发结束事件)时,视频的最后一个图像会冻结一秒钟左右,然后再向我显示海报图像。

html5 video 标签有任何属性吗?因为我希望我的海报在视频结束后立即显示。

谢谢

i'm working with html5 video and noticed that, when a video ends(firing the ended event), the last image of the video is freezed for a sec or so, before showing me the poster image.

Has html5 video tag any attribute for this? Cos i want my poster to be shown right after the video ends.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慈悲佛祖 2024-10-11 00:00:56

啊,找到了,是我的错!海报不会仅仅因为视频结束而显示,您需要制作另一个 video.load() 来显示它,但在我清空视频 .src 属性之前。

嗯,谢谢大家!

Ah, found it, was my fault! Poster will not show just because of video ending, you need to make another video.load() to show it, but before i empty the video .src attribute.

Well, thanks guys!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文