使用 ESC 键让 html5 视频全屏显示

发布于 2024-12-17 21:44:26 字数 305 浏览 1 评论 0原文

因此,我最近一直使用 mediaelement.js 脚本将 html5 视频嵌入到我的网站中。它工作得非常好,而且似乎是bug最少的。然而,我只是想添加一个功能,当按ESC键时,它会让你退出全屏模式,我做了很多搜索,似乎没有人问过这个问题,这让我觉得这是一个简单的疏忽。但尽管如此,我需要弄清楚才能满足我的客户。谢谢

Media Element 网站:http://mediaelementjs.com/

更新:据我所知,这只是 Chrome不起作用

So I have been embeding html5 videos into my website as of late using the mediaelement.js script. It works really great and seems like be the least buggy. However, I am simply trying to add the function that when pressing the ESC key, it takes you out of full screen mode, I have done a lot of searching and it doesnt seem like anybody has asked this question, which makes me think it is a simple oversight. But nontheless I need to figure it out to satisfy my client. Thanks

Media Element Website: http://mediaelementjs.com/

Update: It is only Chrome from what I can tell that it doesn't work in

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

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

发布评论

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

评论(1

戏剧牡丹亭 2024-12-24 21:44:27

http://api.jquery.com/keyup/
也许类似的事情,媒体元素应该有一个可以调用来减小窗口大小的函数。如果我没记错的话 ESC 的键码是 27

http://api.jquery.com/keyup/
maybe something like that, media element should have a function you can call to reduce the window size. ESC has keycode 27 if I'm not wrong

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