Top "Fullscreen" questions

A fullscreen object occupies the entire screen.

How to open a web page automatically in full screen mode

How do I open a web page automatically in full screen mode? I am looking for a solution to open …

javascript fullscreen
How to hide navigation bar permanently in android activity?

I want to hide navigation bar permanently in my activity(not whole system ui). now i'm using this piece of …

android fullscreen navigationbar
Embed youtube videos that play in fullscreen automatically

So what I'm trying to do is have fullscreen video across my website. But I would like to auto play …

javascript html video youtube fullscreen
Make div 100% Width of Browser Window

I'm trying to make one of my containers 100% of the width of the screen. Here is my SASS body, html { …

html css sass fullscreen
Can I avoid the native fullscreen video player with HTML5 on iPhone or android?

I've built a web app that uses the HTML5 tag and JavaScript code that renders other content synchronized with the …

iphone android html video fullscreen
Chrome Fullscreen API

According to this article Google Chrome 15 has a fullscreen JavaScript API. I have tried to make it work but failed. …

javascript google-chrome fullscreen
How can I set subplot size in MATLAB figure?

I often need to plot 10 images together, but using this code results in small images : img = rand(400,600); for i=1:10 subplot(2,5,…

matlab plot screen fullscreen figure
Full screen in WPF application

I am developing a WPF application which will be displayed in Full screen. In addition, the application should work on …

c# wpf xaml fullscreen
Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript

There are several questions about this, some say it's not possible, some say it IS possible in IE such as …

javascript jquery fullscreen
How do I set the window / screen size in xna?

How can I adjust the size of the window in XNA. Default it starts in a 800x600 resolution.

xna fullscreen