A fullscreen object occupies the entire screen.

learn more… | top users | synonyms (1)

0
votes
0answers
28 views

How To Stretch Image Horizontally Full Width [duplicate]

I would just like the edges of my image to stretch the width of the screen. Not looking for it to be a full background. My website is www.jobspark.ca <div class="fullWidthSectionBG"> <div ...
0
votes
1answer
30 views

What is the simple way to create a full screen img gallery

I'm trying to create a simple, (but) full screen img gallery, and adopted the first solution from this article So, the code is: html { background: url(images/bg.jpg) no-repeat center center ...
1
vote
1answer
34 views

Full width background image sizing issue

I am looking to fix my second full width image (the one in the middle of the page) so that is fits horizontally the same as the one above in the header image. I noticed that there is a gap on the ...
0
votes
1answer
15 views

My full screen bigvideo.js video works locally on all pages but once on the server stops working, what reason could this be?

If you go to this site the video as a background works on the home page but not the about or blog page. It has the exact same script code and javascript functions but for some reason the about and ...
0
votes
1answer
13 views

Fullscreen not functioning in virtualbox image open in vmware

For a project I was given a virtualbox image to work on. I don't have virtualbox but opened it in VMware and it works great except that in full screen the vm stays small and in the middle. I tried ...
0
votes
1answer
26 views

How to listen for a change in java.awt.Window screen? Is there a way to give focus to other windows/programs whilst using setFullScreenWindow()?

I have a full screen Window made like this GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice[] gs = ge.getScreenDevices(); if (gs.length >= 1) ...
0
votes
1answer
8 views

Is there a way to show IME on full screen mode of Unity3d Game

I am searching a method, how to show IME on full screen mode of unity3d game. Now I only get one method : add " -popupwindow" argument to my game.exe, and set the game resolution to may native desk ...
0
votes
3answers
42 views

Paint method not working on full screen - Java

I am trying to create a full screen with a paint method. I want "This is the day" in pink with a blue background to show up. The problem is, is that when I run my program, It shows up with what I ...
0
votes
0answers
19 views

Web View Fragment html embeed video fullscreen suport

Hello everyone i got a question regarding how to enable full screen support in html embed videos on my webview i have hardware accelerated true on manifest and the video works ok but wen pressed to go ...
3
votes
1answer
69 views

JavaFX fullscreen

Is there any way to make fullscreen(and if possible resizing too) to instead of rearranging everything (actually what it does is to rearrange the elements like resizing but to the whole screen) to ...
0
votes
0answers
11 views

VLC Hide Title Bar When Cloning Windows

I have a single video running on three monitors via cloning in VLC however when I enable cloning I am unable to fullscreen the video. I can maximise the video but I am left with the title bar at the ...
0
votes
0answers
11 views

putty full screen on dual monitor [closed]

I want to know if it is possible to run putty in full screen mode using dual monitors. I am able to stretch putty window to cover the dual monitors but when I switch to full screen mode, it just ...
2
votes
1answer
32 views

Remove bottom black panel which is shown in 540*960 devices

I am facing issue in 540*960 devices that in bottom of the phone it showing one black panel.. how can i remove it.. The device is LAVA Xolo which having resolution of 540*960.. Any suggestion ? Here ...
2
votes
1answer
198 views

Full-screen responsive background image

I am very new to Front-end development and Foundation. I am trying to get <div class="main-header"> to be a full screen image that scales down responsively. Can anyone tell me what I am doing ...
0
votes
0answers
24 views

uiwebview stuck with portrait size in landscape mode

I have a simple html page with no css formatting being displayed in a uiwebview. My uiwebview in landscape mode is rotated correctly, but the size is limited to what appears to be portrait size. The ...
0
votes
0answers
9 views

NSOpenGLView toggle to fullscreen from within the view

I'm trying to create a method that will toggle between fullscreen and a window. I'm trying to do this from within a class inherited from NSOpenGLView, essentially following this blogpost. That works ...
0
votes
0answers
78 views

Can the Status Bar be shown while fullscreen on Android 4.2?

I've been working on an app that will show the notifications, even though the app is running in fullscreen mode. I've got it working most of the time on Gingerbread, but I can't get it to work on 4.2. ...
0
votes
0answers
52 views

Show image fullscreen in jQuery Mobile

I'm creating an app with some big images (maps). The issue is that the width of the images is bigger then the screens of the devices. Jquery Mobile doesn't allow scrolling to the right (so the user ...
1
vote
2answers
53 views

Javascript button

So i have this javascript piece that has two buttons to go to full screen and one to exit full screen. I want to make it so that if I am not in full screen the button says go to full screen and when i ...
0
votes
0answers
49 views

Android VideoView orientation like Youtube app

I'm trying to replicate in my app what the Youtube app does when playing a video. Portrait mode: Shows the video using only 40% of the screen and the rest with information about the video. Landscape ...
1
vote
0answers
116 views

Fullscreen support not working correctly with version 4 of video.js

With version 4 of video.js, exiting fullscreen mode will not return the video container to the correct size. This is very obvious and can be seen on the videojs website demo as well. Enter ...
0
votes
1answer
46 views

how to fit screen full height (using CSS)? [duplicate]

sorry for my extreme-ignorance in html-css. I developed a standard Rails application using twitter bootstrap framework. As shown in the snippet below (application.html.erb), I have pages organized ...
0
votes
0answers
19 views

CreateHwndRenderTarget() return error in fullscreen mode

I have problem with CreateHwndRenderTarget() in fullscreen mode. In window mode it work right. Function for set fullscreen mode : void SetFullScreenMode(HWND hwnd) { static WINDOWPLACEMENT g_wpPrev ...
1
vote
0answers
26 views

mplayer playing gif animation at full screen?

I'm not familiar with mplayer and the tons of option seem like a jungle to me, when all I want to do is show an endless looped gif animation at full screen on my RPi running raspbian. Can anyone help ...
1
vote
1answer
48 views

how to make firefox fullscreen mode like chome (i.e. not streching content)

I am using the fullscreen API of modern browsers for my game application, Chrome works great in this respect and gives a window resize event that allows the resetting of the canvas dimensions ...
0
votes
1answer
22 views

Cannot become the key window after setting the window to a fake full screen on OSX 10.6.8

My application initially had a window (Def). Then it spawned a new window (New). All the two windows can be switched from the Window sub menu item or by the space control. But if I tried to set the ...
-3
votes
0answers
88 views

Play RTMP link in Android [closed]

Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
0
votes
2answers
39 views

Platform Independent Full-screen JFrame w/ Specified Resolution?

I am try to write a JFrame App which I want fullscreen (and by this I do not mean maximized), however the Application UI is very small (about 500x600) is there a possible way I could set the ...
0
votes
1answer
34 views

i dont know how to get the position of the img that i click so i can pass it to next acitvity

my Grid View is working okay and displays image from the Sdcard.When i long press an image a contextual task box open.One of the option is View(to view in full screen).i dont know how to get the id or ...
0
votes
0answers
28 views

AS3 - fullscreen disables input field?

I have made an application in AS3 that goes fullscreen. in the application I have a settings panel where the user has some input fields which he can't manipulate, once I go fullscreen the user's ...
-1
votes
2answers
103 views

C# hold key in a game application

I'm trying to make a C# application, which is going to control a game. That I'm trying to do is for example: Hold key A for 150ms, Hold left arrow for 500ms and so on. I was searching a lot and I ...
-6
votes
0answers
16 views

how to let content be in same place when going fullscreen [closed]

i am creating a website where navigation panel is on image like on phone screen. but when i do full screen it goes non-stable and the background gets resized and gets lil bigger. i want to the my ...
0
votes
0answers
52 views

Responsive, large image slideshow

So I've messed with slideshows around the web, using backstretch, supersized, flexslider, carouFredsel, etc... And tried to hack it to where I can get it to function exactly like ...
1
vote
0answers
23 views

Open watij browse in full screen

How do I open Google.com in fullscreen? public class Click extends WebSpecTestCase{ public void testGoogleSearch(){ spec.ie().open("http://www.google.com"); } public static void main(String ...
-5
votes
1answer
39 views

What is the skeleton to a fullscreen program in Java [closed]

Please do NOT link me to the main tutorial, i didn't understand it. All I want is a simple Fullscreen JPanel. EDIT: i am talking about this:http://docs.oracle.com/javase/tutorial/extra/fullscreen/ ...
0
votes
0answers
124 views

Fullscreen background change on menu hover

i'm working on a menu system with a background page change and an animation from bottom to top on every menu item hover. I used css-tricks advice for the fullscreen background and to put the menu at ...
0
votes
0answers
44 views

How do I launch a youtube video from a webpage on fullscreen mode from an ipad?

I am trying to make a youtube video launch in full screen from a hyperlink such as <a href="http://www.youtube.com/watch?v=GsF1jnTjRLo">Play Video</a> I read if you replace the watch?v= ...
3
votes
2answers
66 views

Can't type any letters or numbers in text inputs in fullscreen mode on webkit browsers

After switching to fullscreen mode (tested on chrome and safari), I can't type any letters or numbers in text inputs, but I still can enter special characters like *¨%£ but no simple letters... The ...
0
votes
0answers
128 views

Show image fullscreen jQuery Mobile - PhoneGap

Is it possible to show an image fullscreen with PhoneGap? I mean like the native way to show images fullscreen. Because my images has a width longer then my screen, so the user can't see the whole ...
0
votes
1answer
36 views

Media Query and homepage fullscreen image

I have this site: www.daviquigley.co.uk that I've built and which works fine on desktops and seems to work okay cross-browser. I haven't included media queries for smartphone display as I haven't ...
0
votes
3answers
41 views

wpf how to temporary remove a control from the main view and put into a new window

I have WPF application which has a main window that contains panels. I want to be able to temporary remove one panel from the main view (after button click) and put it into a new window in full screen ...
0
votes
1answer
202 views

Full Screen DialogFragment (over ActionBar) in Android

Im having some problems in show DialogFragment in Full Screen. In my application, i have an Fragment that when you click in some button it calls a DialogFragment. But the DialogFragment just fills the ...
0
votes
0answers
45 views

How to check if foreground app is running in full screen mode in Android?

My app uses a background service which appears according to certain trigger, i want its appearance features to be depended on the mode of the foreground activity (full screen or not) Is there a way I ...
0
votes
1answer
61 views

HTML5 Video // Hiding controls on full screen if mouse is not moved

I am trying to make my Video controls hide when I am in full screen and not moving my mouse. Then when I move my mouse the controls will pop up again. I am using the framework VideoJs. How could I ...
0
votes
0answers
30 views

mediaelements.js wont detect keypress in Chrome fullscreen

I want to detect a keypress when the video is playing in full-screen. I accomplished it using the below code $(document).keypress(function(e){ alert("Key Pressed"); }); This is working great in ...
0
votes
1answer
82 views

JQuery fullscreen image resize issue in Safari

First I'd like to thank the kind people that helped me out a month ago with a question I had. I'm almost there but am having a problem with an image resize on this page. ...
0
votes
0answers
31 views

fullscreen button not working [closed]

It cost me hours and hours on this issue . The website is http://www.weisizdh.com The "fullsreen" button works the same as "Play/Pause" button ,once clicked , stops the video or plays the video , ...
0
votes
0answers
15 views

Remove icon fullscreen movie MoviePlayerController

I have a MoviePlayerControllor that I display the control bar. I'd you like remove the fullscreen button from control bar, How can I do? It's possible? Thanks
0
votes
0answers
56 views

WPF: Why MediaElement in PopUp can't size to Screen Height?

                                            I have MediaElement ...
0
votes
0answers
25 views

Invoke media player in fullscreen mode (Blackberry 6.0)

I have this piece of code: Invocation invocation = new Invocation(url, type, BlackBerryContentHandler.ID_MEDIA_CONTENT_HANDLER, true, ...

1 2 3 4 5 28