I have a single html with multiple layers (which are brought to the front at various times by javascript).
I have used Webbuilder to put in a top blank layer. Before the javascript even starts I want the top html blank layer to have a style that completely fills the screen, so that on start-up it just shows this blank layer filling the whole screen. However, I cannot see how to make the style so that the top layer fills the screen at the very onset.
I have tried almost every variation of properties, but the current settings are:
Mode floating layer
Relative horizontal and vertical sizing
Floating mode full screen
Alignment center in browser window
Any help would be appreciated.
Thanks
filling the screen with a layer
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 23608
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: filling the screen with a layer
It is not possible with a layer, but you can use a flex container or layout grid and set the height to '100vh'
-
-
- Posts: 24
- Joined: Sat Jul 21, 2018 11:52 am
Re: filling the screen with a layer
Thanks Pablo This is fantastic service
I will try that and get back to you
Ian
I will try that and get back to you
Ian
- crispy68
-
- Posts: 3091
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: filling the screen with a layer
Depending on how your page is set up but this also works:
1. In page properties, set page alignment to 'set page width and height to 100%
2. Insert your layer set to: floating layer, floating mode = full screen
1. In page properties, set page alignment to 'set page width and height to 100%
2. Insert your layer set to: floating layer, floating mode = full screen
-
-
- Posts: 24
- Joined: Sat Jul 21, 2018 11:52 am
Re: filling the screen with a layer
Hi crispy68
Thanks
That is great
Ian
Thanks
That is great
Ian