css - HTML5 Video - Removing Maximize button -


currently when viewing video in ipad , using controls i'm seeing maximize button.. don't want displayed. there easy way toggle maximize button off?

video code:

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

i've removed controls removes controls, i'm looking remove maximize button presents itself.

thank you

no. native controls or nothing prospect.


Comments