Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen remains black #168

Open
Jigsaw5279 opened this issue Aug 11, 2014 · 1 comment
Open

Fullscreen remains black #168

Jigsaw5279 opened this issue Aug 11, 2014 · 1 comment
Milestone

Comments

@Jigsaw5279
Copy link

It seems like if the browser is put into fullscreen mode by requestFullScreen, nothing but the status is displayed.

@imakewebthings
Copy link
Owner

@Jigsaw5279 Apparently if you put .deck-container into full screen mode, the auto width doesn't translate into full width like it does in normal mode. If you want a workaround until I can include this into the next release:

.deck-container:-webkit-full-screen,
.deck-container:fullscreen {
  width:100%;
}

Note, I've only seen this problem in Webkit based browsers, Chrome and Safari. I didn't see it in Firefox. I didn't test it in IE 11. Add the -moz and -ms flavored prefixes if necessary.

@imakewebthings imakewebthings added this to the 1.1.1 milestone Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants