Hello,
I would like to display a video with a dimension of 1210px x 250px , but it displays black bands.
How to make black bands not appear?
Alex
Hey Alex,
I can’t see anything like that on the page you linked to, where can we see the actual problem?
Best regards,
Rikard
Hey Alex,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-video, .avia-video iframe, .avia-video video, div .mejs-container {
background-color: transparent !important;
}
Regards,
Yigit
Hey Yigit,
it works, you are the boss