开发者

HTML5 Video - Removing Maximize button

开发者 https://www.devze.com 2023-02-12 12:24 出处:网络
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?

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 开发者_如何学Cpresents itself.

Thank you


No. Native controls are an all or nothing prospect.

0

精彩评论

暂无评论...
验证码 换一张
取 消