I need your help with setting the video slide in Nectar Slider to properly cover the background. It shows black bars left and right from the video. Other slides in rotation don't behave like this but those are pictures. Can you help?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.parallax_slider_outer .swiper-slide .video-wrap video {
object-fit: cover !important;
}
Hi,
I need your help with setting the video slide in Nectar Slider to properly cover the background. It shows black bars left and right from the video. Other slides in rotation don't behave like this but those are pictures. Can you help?
Hello there,
Thank you for getting in touch.
Please share the admin credentials to allow us to log in to the admin area so that we can have a look.
Thanks,
Hi There,
Looks like the video is no longer showing, did you remove it?
Thanks.
No, it's still there https://edenhaus.sk/test/ as a third slide.
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Works. Thanks. Please implement this hack into the theme itself in the future.