Questions tagged [fullscreen]

A fullscreen object occupies the entire screen.

An application is considered to be fullscreen if it takes up the full area of the screen, as opposed to being in a window.

Common uses for full-screen include playing videos, viewing photo or playing games.

In Microsoft Windows 8 and above, Windows Store applications are shown in a full-screen mode. Full screen mode can be entered/exited using the F11 function key.

In Mac OS X Lion and above, a number of applications have a full-screen mode, that can be activated by clicking the arrows control in the top-right corner of an application window.

An element in a Web page can be taken full-screen by using the Fullscreen API.

References

3484 questions
1
vote
1 answer

how to display image on full screen mode

I'm trying display any image in full screen mode with os.startfile('image.png') How I can open my picture on full screen mode with default visualizator? Through PYTHON . example code: import os os.startfile('image.png') EDIT: can't I do it without…
Sóstenes Melo
  • 217
  • 1
  • 3
  • 12
1
vote
0 answers

Google Map Fullscreen View is not working in Ionic 2 Segments

I have a page using ion-segment which has list and map. Map was displayed correctly but when full screen view is clicked i got a blank screen.Any one can help to give me some hint or solution for this issue? page-distributors { …
yukiko
  • 103
  • 1
  • 10
1
vote
1 answer

How to make a child fill all usable screen real estate in Facebook's Litho?

I am trying to use mapview with Facebook's Litho and i cannot figure out how to make the mapview fill all usable screen real estate. Is there some method im overlooking? If you figure it out please tell me how also so i can learn how to gather more…
kjell vos
  • 13
  • 3
1
vote
1 answer

Restoring 'TopMost' window behavior after 'full screen mode' has ended (.NET)

I have a (Windows Forms) application that consists of a single window with the "TopMost" property set. If an application (e.g. PowerPoint) temporarily enters full screen mode the "TopMost" behavior of my window is not restored (i.e. it will remain…
Peter
  • 11
  • 1
1
vote
2 answers

Pygame not returning mouse position in fullscreen mode

Trying to create a simple bit of code that registers mouse position on click when in window and also when in fullscreen. Currently the correct values will be returned when in windowed mode (providing cursor is over the window) however in fullscreen…
Jkind9
  • 742
  • 7
  • 24
1
vote
0 answers

Opening code pane in full screen in Visual Studio 2017

To toggle between full screen for a code pane docked within the Visual Studio's main window you can use Shift + Alt + Enter (ref: http://visualstudioshortcuts.com/2017/). However, if you have multiple monitors and have dragged a code pane to a…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
1
vote
0 answers

How to add Element over fullscreen video on firefox

I need help about adding content over a Fullscreen video (embed in iframe) on Firefox ... I 'm able to do it in chrome without any issue ! but FF is not allowing me to ! I don't understand why and I'm looking for a solution now for days ! :( If…
Mck AST
  • 31
  • 1
  • 2
1
vote
3 answers

CefSharp OnFullscreenModeChange event

I'm currently working on a CefSharp project, and I'm currently working on getting HTML5 videos to open in fullscreen, inside my application. I've searched the internet for answers about how this kind of event works, which I don't quite understand…
Von Angelo
  • 19
  • 1
  • 5
1
vote
1 answer

How to implement video controller like YouTube with rotation to landscape

I want to implement controller like YouTube. Where Top part of controller plays video and bottom remains static. And when user rotate device only Top gets rotates. I tried to implement it with this code: @IBOutlet weak var myView: UIView! …
1
vote
1 answer

How to make background image above the fold in CSS?

I have a background image which is covering 100% of the screen above the fold. The HTML and CSS for the background image is: .mb { background-image: url(../assets/img/Uploads/xyz.jpg); background-repeat: no-repeat; height: 100%; width:…
user5447339
1
vote
0 answers

PyQt5 Fullscreen on a secondary monitor

I need to fullscreen a GUI but it only opens up on my main window. I have seen other posts on this but they are achieving this result with QML, I need to do this with PyQt.
ihazgum
  • 65
  • 1
  • 5
1
vote
0 answers

Pygame BLEND Fullscreen Bug

Ok, so I have been using a special_flags BLEND_MULT surface to add some lighting to a little game I am making in pygame. The works fine when the program is windowed however, whenever I try to make the Window Fullscreen the BLEND surface does not…
Sam Barnes
  • 11
  • 2
1
vote
1 answer

Fullscreen HTML Element using window.innerHeight/Width different with DOCTYPE

I'm trying to make an HTML5 canvas element fullscreen with the window.innerHeight and innerWidth properties. Unfortunately, on Chrome 10, when I set use the following doctype: ...there is some extra scrolling space indicated by…
Hunter Beast
  • 782
  • 7
  • 17
1
vote
2 answers

How to make widget never go to full screen mode in Qt?

i recently started to use qt creator to make a small program ,and i am trying to make a login screen where the user can't go full screen. i searched in the property menu ,but i couldn't find anything ,and searched the internet ,but also didn't find…
Zalnur 434
  • 37
  • 6
1
vote
1 answer

Going to fullscreen mode resizes width in IE

On this link I put a demo which is not working correctly in IE Other browsers (Firefox and Chrome) are okay. The problem is that when going to fullscreen mode the yellow
loses its maximum width. This happens only in stupid IE. It's…
user3719454
  • 994
  • 1
  • 9
  • 24