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

后端 未结 19 1806
天涯浪人
天涯浪人 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:41

    This will works to show your window in full screen

    Note: For this to work, you need Query from http://code.jquery.com/jquery-2.1.1.min.js

    Or make have javascript link like this.

    
    
       
    Full Screen Mode Disabled

提交回复
热议问题