Add video hero/header to wordpress main site (storefront)

I want to have a video header on my main WordPress site. I use Page specific stylesheet, on my main page, with this code, to make the header on the whole page:

.site-header {
    height: 100vh;
}

I do also use Video Background, to insert a video. This is how it looks:

It works on desktop, but on smaller screens, it shows grey, on the top and the bottom. On phones, it doesn't show up at all. Can I fix, or would you recommend another methode?

Link to the page: www.gullhaugensport.no/hannepanne

Topic video-header Wordpress

Category Web


I think you need to change the CSS on your video element. Remove the max-width: 100% and set the height to height: 100vh;. It will crop the edges of the video on smaller screens, but that can't be helped if you want it to be full screen height.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.