How do i force fullscreen?

I’d like my players to be forced to play fullscreen, how can i do that?

“Default is fullscreen” in Player Settings (http://docs.unity3d.com/Documentation/Components/class-PlayerSettings40.html). If you are making a web player game, then you have to control that from script, since it’s the hosting webpage that controls the dimensions of the plugin.