Stretch video to the full height on mobile

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:

1 Like

Hi there, @Fake_Cult :waving_hand:

Nice idea, thanks for sharing! Let’s see if it gets traction with other users :slightly_smiling_face: