How to show video background on phone ?
-
The video background is visible on the desktop but not visible on the phone screen. I want the video background to appear on the phone, how can I do this please help me..
Hello,
Please provide me with some relevant screenshots of the specific area. How did you add the video background with the URL of the page to check it myself and help you out accordingly.
Regard’s.
Xtemos Studios.
I want the video background in this area to appear on mobile
Attachments:
You must be
logged in to view attached files.
.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
The video background is disabled by default for mobile devices in the Wp-Bakery page builder.
You can try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.vc_video-bg.vc_hidden-xs {
display: block !important;
}
Regard’s.
Xtemos Studios.
I added the code you provided. but video does not play background on mobile. can you look at the problem again please.. (Refresh the page on mobile and look again)
Hello,
Video cannot be used as a background in mobile by its nature. Any background is scaled on mobile which makes it impossible to apply video. That is why video background is often replaced with the image or color.
Sorry but this is how the default Wp-Bakery page builder works. The CSS I provided is just to make the video visible on the mobile.
Regard’s.
Xtemos Studios.