Home › Forums › Support › Video Background Header not working on mobile This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by Ying. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 29, 2023 at 10:12 am #2587560 jonathan Hi, I followed this document, which I’ve implemented dozens of times before: https://docs.generatepress.com/article/page-hero-background-video/ For some reason, the video is not resizing on mobile, and going way outside the viewport, as you can see here: https://buildcitywide.spin350.com/ Thanks for any help! Jon March 29, 2023 at 10:34 am #2587598 YingStaff Customer Support Hi Jon, Can you try adding this CSS? @media(max-width:767px) { .page-hero video.background-video { height: auto; object-fit: contain; width: 100%; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In