Home › Forums › Jevelin Theme › Video background in section/column not working
Home › Forums › Jevelin Theme › Video background in section/column not working
Hello,
I would like to add a video to the background of a section or column, but it’s not working. I’m adding the full link to an mp4 in my media library in the section/column background field, but end up having an empty container where the video should be.
The theme is up to date. Please advise how to fix this problem.
Actually it seems to be working on desktop when I add a certain level of whitespace to display the video, but not on mobile.
On chrome mobile the video in the column background is not visible.
Hi @FS_DE,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
I’m sharing the link, the video is in the DATENEXTRAKTION section.
I visited your shared site and the video is displaying fine for me as shown in the attached screenshot.
Which browser are you using?
Could you please try using a different browser?
You can try resolving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-column video { opacity: 1 !important; visibility: visible !important; transform: translate(-50%, -50%) !important; }