131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

How to make the player full screen #53

Closed waqar2012 closed 6 years ago

waqar2012 commented 6 years ago

Hi any idea how to make the player full screen? Help required Regards,

131 commented 6 years ago

Player is a canvas. A canvas in a HTML element you can stretch & position using CSS (position:absolute, with & height 100%). Also, forcing fullscreen will require you to use some browser specific API (that i don't know about)