HTML5 视频 - 删除最大化按钮
目前,当在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。本机控件要么全有,要么全无。
No. Native controls are an all or nothing prospect.