Hi!
I want to have an animated background on my page. This animation should be in a full-page layer, but behind two other layers (Header and Footer).The page has also LayoutGrids and CardsContainers and I need to get "parallax" effect of all other controls above this layer.
A good example of what I need can be viewed here:
https://www.cifraextrema.com/oasys
The problem: I neither get success in making my layer "full page" nor static on the page (it scrolls together with all other controls). I saw some videos in YouTube but since they use previous old versions (11, 12, and 15), and even if I reproduce exactly what I see there I cannot make this function.
Could someone help me to solve this problem?
I appreciate it in advance.
Animated Background Issues
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
- MorningLight
-
- Posts: 124
- Joined: Tue Jul 04, 2017 12:15 pm
Re: Animated Background Issues
I don't know where to find this setting Pablo.
I'll make the project available to you using the e-mail for support since it has some client's logo and information (not public).
Thank you for the help
I'll make the project available to you using the e-mail for support since it has some client's logo and information (not public).
Thank you for the help
Re: Animated Background Issues
The parallax effect seems to be working correct.
What exactly did you expect to happen?
What exactly did you expect to happen?
- MorningLight
-
- Posts: 124
- Joined: Tue Jul 04, 2017 12:15 pm
Re: Animated Background Issues
I would like to have the animated MP4 as a static background and all other controls appearing in from of it.
Re: Animated Background Issues
To have a video play full screen in the background, you can set it it 'fill entire browser window'.
However, if you use it in combination with flexible layout then you will have to set the z-index to -1 to force it to the background.
For example:
However, if you use it in combination with flexible layout then you will have to set the z-index to -1 to force it to the background.
For example:
Code: Select all
#MediaPlayer1
{
z-index: -1 !important;
}
- MorningLight
-
- Posts: 124
- Joined: Tue Jul 04, 2017 12:15 pm
Re: Animated Background Issues
So, what are you saying is to abandon the Layer and put a VIDEO control directly in the page (or within a Layoutgrid) and after that edit the CSS file as shown?
Re: Animated Background Issues
A video can only be fixed if it's not part of the document flow, otherwise rest of the layout will break.
So, if you want the video 'fixed' in the background then it should be added as a separate video, not as a layer.
You do not have the edit the CSS, you can add the code in the Page HTML.
So, if you want the video 'fixed' in the background then it should be added as a separate video, not as a layer.
You do not have the edit the CSS, you can add the code in the Page HTML.
- MorningLight
-
- Posts: 124
- Joined: Tue Jul 04, 2017 12:15 pm
Re: Animated Background Issues
I guess I understood the point Pablo.
Thank you Pablo, I'll try it a little bit later.
Thank you Pablo, I'll try it a little bit later.
Re: Animated Background Issues
If you simply place the media player in the workspace (not in layer or grid) and check the box to fill entire browser window with 16x9 aspect ratio, auto play, mute audio or use video that already has no audio is better then it will fill the background behind your layers and grids and stay fixed.