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 mode for non-fullscreen canvas #149

Open
Fischaela opened this issue Jun 25, 2016 · 2 comments
Open

Fullscreen mode for non-fullscreen canvas #149

Fischaela opened this issue Jun 25, 2016 · 2 comments

Comments

@Fischaela
Copy link
Contributor

Hey all,

I am having a canvas that is not a fullscreen canvas. When I use the fullscreen button, the whole browser page goes into fullscreen mode, but the canvas stays non-fullscreen.

Is this an intended behavior? Wouldn't it be cool, if the canvas would go full screen, too – e.g. if it would transform into a canvas with width: 100vw; and height: 100vh; before going into the actual fullscreen mode?

Cheers, Michaela

@devasur
Copy link

devasur commented Jun 27, 2016

May be I am missing something here. Wouldn't it be something that can easily be controlled with CSS? how can the boiler plate decide which canvas on the document to transform?

@borismus
Copy link
Owner

Right, boilerplate currently fullscreens the whole page. This is largely to
include the VR transitioning UI that it provides (which is rendered on top
of the canvas, using DOM)

On Mon, Jun 27, 2016 at 7:29 AM Boni Gopalan [email protected]
wrote:

May be I am missing something here. Wouldn't it be something that can
easily be controlled with CSS? how can the boiler plate decide which canvas
on the document to transform?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#149 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAQ8gGBxfMsR4pU4ioXcB9jfLP9fFWgTks5qP95EgaJpZM4I-bmy
.

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

3 participants