Jump to content

HTML Fullscreen?

Go to solution Solved by Franck,

most browser you can press F11

1 minute ago, ThatBlockishWay said:

I completely forgot that was a thing, can I have the page auto press it for them?

ohhh that i wouldn't know. Changing aspect of browser screen has been block in the past by browser when it come from a javascript call. It might have changed but that would be your best bet.

Link to comment
https://linustechtips.com/topic/1004995-html-fullscreen/#findComment-12050633
Share on other sites

Link to post
Share on other sites

2 minutes ago, Franck said:

ohhh that i wouldn't know. Changing aspect of browser screen has been block in the past by browser when it come from a javascript call. It might have changed but that would be your best bet.

Aight, Ill just put a note that says for the best experience press f11

 

2 minutes ago, duncannah said:

This is gonna be for a html text based adventure, not my personal use. Thanks though

Link to comment
https://linustechtips.com/topic/1004995-html-fullscreen/#findComment-12050643
Share on other sites

Link to post
Share on other sites

42 minutes ago, ThatBlockishWay said:

This is gonna be for a html text based adventure, not my personal use. Thanks though

is it going to be access from the web or will it be local ? Because if it's local you can create a link and forcing open the browser full screen (if it supports it).

Link to comment
https://linustechtips.com/topic/1004995-html-fullscreen/#findComment-12050798
Share on other sites

Link to post
Share on other sites

2 hours ago, ThatBlockishWay said:

Is there a way to make a regular webpage fullscreen in the same way a youtube video does? Like make it cover the entire screen? I cant find how but I also suck at hunting around sometimes...

You thinking about *{ margin:0;padding:0;} this will use the full width of the HTML document.

Link to comment
https://linustechtips.com/topic/1004995-html-fullscreen/#findComment-12051141
Share on other sites

Link to post
Share on other sites

On 12/6/2018 at 2:34 PM, Franck said:

is it going to be access from the web or will it be local ? Because if it's local you can create a link and forcing open the browser full screen (if it supports it).

Itll be a local file, that sounds really kool

Link to comment
https://linustechtips.com/topic/1004995-html-fullscreen/#findComment-12059769
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×