Hello,
I have a color section as my header with a video background. The video is 16:9, but when i load it onto the page, the background shows grey rather than black. It results in grey strips at the top and bottom of he color section.
how can i remove them? In the color section the background is set to #00000 and there is no overlay.
I’ve attached a link to the site.
Hey SGN,
Thank you for the inquiry.
It is the default background media element container. To adjust it, please use the following css in the Quick CSS field, then toggle the Performance > File Compression settings afterwards.
div .mejs-container {
background: #000000 !important;
}
Best regards,
Ismael
Thank you!
That seems to have fixed it.