Arsalan Shah
7 years ago
Add a video on landing page as a background. Video will be displayed in background if user screen is larger than 1000px in width.
Caution
Slower internet may face slow video, suggest you to use small video like around 1mb....
v2.0
v1.1
Arsalan Shah
Replied 1 month ago
Try 2.0
David Orwig
Replied 1 month ago
Any chance we can make this work with current version?
TalkToAi Online
Replied 4 years ago
Go to configure/settings of the component:
CUSTOMS CSS/JS
Copy paste this and change to your colours:
body {
background:#ADD8E6;
color: #0c0c0d; }
body.wpex-is-mobile-device .vc_video-bg,
body.wpex-is-mobile-device .wpex-video-bg-wrap {
display: block;
}
body {
background: url("http://talktoai.online/talktoai.gif") no-repeat;
background-size: cover;
}
.ossn-layout-startup {
background: none !important;
}
TalkToAi Online
Replied 4 years ago
It works nice see my site https://talktoai.online works well with the fakebook theme my fav theme. The mobile view video background should not be that difficult to fix?
Snippets: Display Self-hosted Video Backgrounds for Mobile Devices
Important: This snippet is no longer needed! Videos will now display always by default?
This snippet allows you to display the video backgrounds on mobile devices which was previously hidden in versions lower then Total 5.0.8.
body.wpex-is-mobile-device .vc_video-bg,
body.wpex-is-mobile-device .wpex-video-bg-wrap {
display: block;
}
Snippet Type: CSS
Posted Under: Responsive
custom code could be added:
https://blog.hubspot.com/website/video-background-css
Arsalan Shah
Replied 6 years ago
Juan this component doesn't requires any configuration you can simply install and enable and it will show you a video background on your website.
Juan Berrios
Replied 6 years ago
In every component you should have INSTRUCTIONS on how to use it.
This is a disgrace, with no instruction on how to edit or add video. I've spent hours to no avail.
Loic germain
Replied 6 years ago
Hello,
On the registration panel, the panels are placed over the top bar,
Can you fix the problem?
Thank you
Greg King
Replied 6 years ago
While this works as advertised, it killed my SSL certificate when I installed the SSL. It would not let it secure my website. When I disabled this component the SSL then worked perfectly. Not good.
Rafail Stratiotis
Replied 6 years ago
Can the video not escape the footer? and not scrolling down?
that is, to be somewhat fixed on all screens
on the larger screens to expand and on smaller screens to condense
Arsalan Shah
Replied 7 years ago
Working with mobile is not that easy as it have small layout video is larger size, i am not sure how to fit video in mobile?