HTML5 视频 - 删除最大化按钮

发布于 2024-10-17 20:40:48 字数 310 浏览 2 评论 0原文

目前,当在 iPad 中观看视频并使用控件时,我看到最大化按钮。但是我不希望显示此按钮。有没有一种简单的方法可以关闭此最大化按钮?

视频代码:

<video width="309" controls="true" poster="bla.jpg">
     <source = "video.ogv">
     <source = "video.m4v">
<video>

我已经删除了控件,但这只是删除了所有控件,因为我只想删除出现的最大化按钮。

谢谢

Currently when viewing a video in iPad and using the controls i'm seeing the maximize button.. however I don't want this to be displayed. Is there an easy way to toggle this maximize button off?

video code:

<video width="309" controls="true" poster="bla.jpg">
     <source = "video.ogv">
     <source = "video.m4v">
<video>

I've removed the controls but that simply removes all the controls, where as I'm looking only to remove the maximize button which presents itself.

Thank you

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

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

发布评论

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

评论(1

Bonjour°[大白 2024-10-24 20:40:48

不。本机控件要么全有,要么全无。

No. Native controls are an all or nothing prospect.

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