Most voted "fullscreen" questions
19 questions
Sort by count of
-
6
votes1
answer604
viewsRun Fullscreen program on Windows 7
Hello I have a project already finished, it was written in C language as I do so that it runs in fullscreen in windows 7? Do you have a library for this? I’ve been looking on the internet but I…
-
5
votes2
answers658
viewsAsk and store user permission to use full-screen?
Apps usually asks for permission to use Smartphone features like microphone, camera... I wonder if it is possible to do the same on a page so that the Fullscreen mode is activated automatically…
-
2
votes2
answers223
viewsProblem with overflow
I am making a site, whose menu is 'fullpage'. The problem is that if the menu (page) is less than 670px (min-height: 670px;) would like the menu (#menuWrapper) keep scroll so you can scroll and see…
-
2
votes3
answers2135
viewsHow to put an element in Fullscreen
I searched a little about the same on google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; However the code above only works to put in…
-
2
votes3
answers870
viewsF11 mode in browser
Is there any way to make the site, when it is automatically loaded, stay in full screen as when we press F11, in any browser?
-
2
votes1
answer89
viewsHow do I create a fullscrenn button for my video player?
<!doctype html> <html> <head> <title>Tag video</title> <meta charset="utf-8" /> <script language="Javascript"> window.onload =…
-
2
votes2
answers7653
viewsHow to put a video to open in fullscreen automatically in an HTML page?
Apparently for a video to stay on fullscreen there needs to be user interaction. Most players, including the native HTML5 has button 'fullscreen'. I’m building an interactive platform offline, and I…
-
2
votes1
answer242
viewsEntering the full screen in iframe makes the page scroll up
I’m creating a page that will be used as an iframe in other applications, to test how it behaved in different sizes, created a page and added several iframes to the page I was making, but with…
-
1
votes0
answers84
viewsHow to deactivate the full screen of another program?
For example, a game that is in full screen (With full screen do not mean maximized, but "even fullscreen"). How do I stay in window mode with C++ ? I’ve tried using "Sendmessage" : #include…
-
1
votes3
answers2049
viewsHow to start full screen window with Tkinter?
from caixaimport import * # Variables # Tkinter Variables win_width, win_height = 1280, 1024 windows = Tk() # start a variable Tk windows.geometry(f'{win_width}x{win_height}') windows.title('SCH…
-
1
votes0
answers40
viewsHow to put a div overlaid to a video embed in fullscreen?
How can I have a div superimposed on a Youtube-soaked video? I wish in the case below, the div id="banner" stand in front of the video when it is fullscreen: <iframe width="560" height="315"…
-
1
votes1
answer235
viewsFull screen overlay with menu
Talk guys, all right? I’m having a hard time making the effect of Full Screen Overlay, in this effect I use CSS and Jquery. The effect consists of opening a div overlay, when I click the menu button…
-
1
votes0
answers14
viewsNavigation bar is transparent when the keyboard is opened in Immersive mode
I am developing an application in Immersive mode, my problem is when the user will insert some text, when the keyboard opens the navigation bar and notificaton bar are transparent. This is the code…
-
0
votes1
answer1520
viewsFull screen when loading the page
How to give a Full Screen on a page as soon as the browser finishes loading it, but that works also in the browsers of the Android OS? I’ve used the famous load to fire the event after loading the…
-
0
votes1
answer2030
viewsHow to remove white space that appears only when reducing the window
I have the site divided by several sections in which the background is an image with effect Parallax, in full screen the site appears to me right, but if reduce the window appears me a white strip…
css twitter-bootstrap background parallax fullscreenasked 9 years, 4 months ago Laranja Mecânica 499 -
0
votes1
answer497
viewsManipulate Printscreen in C#
A while ago a guy here at the forum helped me to put together a program to take a photo of a specific window that had opened on the computer. I wonder if I can get this picture instead of the whole…
-
0
votes1
answer169
viewsJava-Full screen in 16bit
How can I put a Jframe in full screen and change the screen resolution using: device.setDisplayMode(new DisplayMode(Width,Height,16,DisplayMode.REFRESH_RATE_UNKNOWN)); I must use a new library?…
-
0
votes2
answers158
viewsHow to block the double click on a video?
I created a page with a video set in the resolution and layout I want, but when receiving a double click it enters mode fullscreen, I’d like to disable that. I used the script: <script>…
-
-2
votes1
answer180
viewsPut Scroll when it’s on fullscreen
I am creating a page and it enters fullscreen, but I have problem when enters fullscreen the rest of the content that is "below" is not shown, only appears until the limit of the monitor. I’m trying…