Okay
  Public Ticket #2805571
Nectar Slider Video
Closed

Comments

  •  1
    lemonlion2 started the conversation

    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?

  •  279
    Noah replied

    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,

  •   lemonlion2 replied privately
  •  1,878
    Judith replied

    Hi There,

    Looks like the video is no longer showing, did you remove it?

    Thanks.

  •  1
    lemonlion2 replied

    No, it's still there https://edenhaus.sk/test/ as a third slide.

  •  8,847
    Tahir replied

    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):

    .parallax_slider_outer .swiper-slide .video-wrap video {
        object-fit: cover !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    lemonlion2 replied

    Works. Thanks. Please implement this hack into the theme itself in the future.