Hi there,
We’re trying to create a simple site. a landing page that plays a video that loops just the tail end of the video. And then any site visitor would simply click anywhere on the screen to go to a home page. Is this possible in X? If so, how? I can’t seem to find options to have the video populate the entire screen, or to have the entire screen clickable to get through to the home page, or even to just bring up a menu.
Thanks
I guess this is called an “entry page”?
Hello Christopher,
Thanks for writing in!
Is your video has audio that can be muted? If that is the case, you can use the video as a background video on your section. And then, so that the entire section is clickable, you can set the HTML tag of the section to the <a>
tag and supply the link details.
If the audio of the video is needed, you can just simply insert a Video element into the column. With this element, you can always set the video to autoplay and in a loop.
To make sure that your video is fullscreen, you can set the minimum height of your empty column to 100vh
. No gaps or any other elements are needed.
Kindly let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.