Hi Team! Please add functionality to make the video background in the slider widget fill the screen in mobile view, so there’s no black top or bottom.
It would be really helpful! For now, the support team suggests this CSS as a solution:
@media (max-width: 500px) {
.eapp-slider-slide-background {
width: auto !important;
height: 100% !important;
aspect-ratio: 16/9 !important;
left: calc((100% - 1245px) / 2) !important;
}
}
Here’s where to paste this code in the widget editor: