Site logo

Archived topic

Video Background Header not working on mobile

1 reply · Started by jonathan on March 29, 2023

Viewing posts 1–2 of 2

Hi Jon,

Can you try adding this CSS?

@media(max-width:767px) {
.page-hero video.background-video {
    height: auto;
    object-fit: contain;
    width: 100%;
}
}
This archived topic is closed to new replies.