开发者

Fullscreen button in html5 tag

开发者 https://www.devze.com 2023-01-15 05:24 出处:网络
I\'m writing a html5 page with a embedded video tag for iPad. How can I hide 开发者_C百科or disable the fullscreen button? I just need to show the video without the fullscreen option. You could try re

I'm writing a html5 page with a embedded video tag for iPad.

How can I hide 开发者_C百科or disable the fullscreen button? I just need to show the video without the fullscreen option.


You could try removing the "controls" attribute on the video tag and create your own play/pause button(s).

http://webkit.org/blog/140/html5-media-support/

0

精彩评论

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