/    Sign up×
Community /Pin to ProfileBookmark

Is there a way to open a HTML page in FullScreen???

(without pop-up a page full screen)

Open the source page in FullScreen…

I hope that there is a way to do this

Thanx…

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@Zach_ElfersFeb 06.2003 — There is no way to do this besides:

<script type="text/JavaScript">

<!--

w = screen.width;

h = screen.height;

window.resizeTo(w + 30, h + 30);

window.moveTo(-15,-15);

//-->

</script>

You may need to mess with those numbers. That will give you a fullscreen effect, but doesn't look very good.
×

Success!

Help @dudinks spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...