How to make the window full screen with Javascript (stretching all over the screen)

后端 未结 19 1793
天涯浪人
天涯浪人 2020-11-21 22:13

How can I make a visitor\'s browser go fullscreen using JavaScript, in a way that works with IE, Firefox and Opera?

相关标签:
19条回答
  • 2020-11-21 22:59

    The new html5 technology – fullscreen API gives us an easy way to present a web page content in full-screen mode. We are about to give you detailed information about the fullscreen mode. Just try to imagine about all possible advantages which you can get using this technology – full-screen photo albums, videos, and even games.

    But before we describe this new technology, I have to note that this technology is experimental, and supported by all major Browsers.

    You can find the full tutorial here : http://www.css-jquery-design.com/2013/11/javascript-jquery-fullscreen-browser-window-html5-technology/

    Here is working Demo : http://demo.web3designs.com/javascript-jquery-fullscreen-browser-window-html5-technology.htm

    0 讨论(0)
提交回复
热议问题