Is there a way to play a video fullscreen using the html5 video tag.
And if this is not possible does anybody know if there is a reason for this decision.
|
|
Is there a way to play a video fullscreen using the html5 video tag. And if this is not possible does anybody know if there is a reason for this decision.
|
||||||||
|
|
|
From the HTML5 spec (at present):
Browsers may provide a user interface, but shouldn't provide a programmable one. |
||
|
|
|
|
I think that if we want to have a open way to view videos in our browsers without any closed source plugins (and all the security breaches that comes with the history of the flash plugin...). The tag has to find a way to activate full screen.. We could handle it like flash does: to do fullscreen, it has to be activated by a left click with your mouse and nothing else, I mean it's not possible by ActionScript to launch fullscreen at the loading of a flash by example. I hope I've been clear enough: After all, I'm only a french IT student, not an english poet :) See Ya! |
||
|
|
|
|
You can change the width and height to be 100%, but it won't cover the browser chrome or the OS shell. Design decision is because HTML lives inside the browser window. Flash plugins aren't inside the window, so they can go full screen. This makes sense, otherwise you could make img tags that covered the shell, or make h1 tags so the whole screen was a letter. |
||
|
|