Change the size of the video at the header

Hello, i would like to change the size of the video that i put in the header:
There is a border in the lateral, can i resize it?
Thanks for the atention!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the size of that section by going to Appearance > Customize > Additional CSS and pasting it there.


/*Jumbotron size*/
#header .bottom-header {
    padding-top: 250px;
    padding-bottom: 290px;
}

If that code does not help then please provide a link to your website so that I can inspect it?

Best Regards,
Support

It’isn’t working so well. This is the link: www.oxigene.se

Thanks!

Hello there,

Thanks for the link but I do not see the video. Did you remove it? If so please add it once more so that I can see it in play one the site.

Best Regards,
Support

Sorry, dude. Now you can see.
Thanks!

Hello there,

Yes, thanks.

Please try this out and let me know how it works:


.illdy-jumbotron-background #wp-custom-header iframe, .illdy-jumbotron-background #wp-custom-header video {
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    width: 100%;
}

Best Regards,
Support

Continues the same. I will aply with this modification you send now for you see.

Hey there

i hope you are doing well today :slight_smile:

Please check screenshot from my side, have you changed this setup after your message here?
can you tell me your screen size?

I have two monitors. One with 2560x1080 and the other 1920x1080. Both have the black bars.
About your screenshot there is no bars in the lateral but have on the top. Can we fill all this head with the video?

Thanks for all the help!