video backgroung home page
There's a problem with my website's home page. I've added a background video to the home page. But the video doesn't play on the mobile version. The image is frozen. I want the video to be the background. I only experience this problem on my phone, but not always. How can I fix it? https://admin.brizy.io/projects/21168491/editor/page/5683814

0
-
Hello Emilio,
Please add this CSS under CMS > Project Settings > Code > Custom CSS to make the background video visible on tablets and mobiles.
@media (max-width: 991px) {
.brz-bg-video {
display: block !important;
}
}
0
Please sign in to leave a comment.
Comments
1 comment