How to fullscreen facebook mode with javascript?

Related onclick go full screen and How to implement exact full screen mode in javascript? .

Facebook recently added a high-resolution image viewing feature:

Fullscreen button

When I clicked it, my browser will go into full screen mode:

fullscreen effect

This is a built-in full-screen browser similar to F11.

I would like to implement this feature for a local web application that will only be used internally, so the casual user will not be annoyed by the full screen effect.

Does anyone know how to do this? Or, alternatively, where can I get the code to implement it, explaining how it works?

+5
source share
2 answers

API, HTML5, ...

MDN

EDIT: Gecko WebKit: Gecko CSS , , : "width: 100%; height: 100%"

EDIT 2: - Firefox ( 10) Chrome ( , , )... ...

3: "" spec

EDIT 4: IE: 11/15/2011 IEBlog , IE10 , API FullScreen. , , "Internet Explorer Internet Explorer 8 ... , , F11 IE".

5: - , , Safari ... Opera 12

+4

All Articles