Questions tagged as 'fullscreen'

1
answer

Run program in FullScreen in Windows 7

Hello, I have a project already finished, it was written in C language, how do I run it in fullscreen on windows 7? Are there any libraries for this? I've been searching the internet, but I have not found anything like it.     
asked by 17.11.2014 / 20:04
2
answers

Ask and store user permission to use full-screen?

Apps usually ask permission to use Smartphone features such as microphone, camera ... I wonder if you can do the same on a page so that FullScreen mode is automatically activated whenever the user opens the page, since the same gave permission fo...
asked by 03.03.2017 / 20:29
3
answers

F11 mode in the browser

Is there any way to make the site automatically loaded when it's loaded F11 in any browser?     
asked by 19.10.2017 / 16:37
3
answers

How to put a element in Fullscreen [duplicate]

I looked for a little bit about the same in google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; But the code above only works to by in fullscreen inside the window, and that's not w...
asked by 17.01.2017 / 11:54
2
answers

How to put a video to open in fullscreen automatically in an HTML page?

Apparently for a video to be in fullscreen there needs to be interaction with the user. Most players , including the native HTML5 have ' fullscreen ' button. I'm building an interactive offline platform and need to click on a teaser but...
asked by 26.10.2017 / 16:49
1
answer

How 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 = function(){ var b1 = document...
asked by 18.09.2016 / 22:39
2
answers

Problem with overflow

I'm making a website, whose menu is fullpage. The problem is that if the menu (page) is less than 670px ( min-height: 670px; ) I would like the menu ( #menuWrapper ) to have scroll so you can scroll and see the 'footer' and things do...
asked by 06.08.2015 / 12:40
3
answers

How to put a element in Fullscreen [duplicate]

I looked for a little bit about the same in google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; But the code above only works to by in fullscreen inside the window, and that's not w...
asked by 17.01.2017 / 11:54
1
answer

Full screen overlay with menu

Talk to people, okay? 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 the div overlay hides the scroll bar, the p...
asked by 01.02.2018 / 19:56
0
answers

How to disable the full screen of another program?

For example, a game that is full screen (with full screen does not mean maximized, but "fullscreen same"). How do I get into windowed mode with C ++? I've tried using "SendMessage": #include <windows.h> int main() { while (true)...
asked by 28.12.2016 / 03:29