Okay
  Public Ticket #3075518
background video mobile
Closed

Comments

  •  32
    Tes started the conversation

    Hi there,

    On mobile I have a video background on my homepage: https://zeal.kleidi.nl 

    Only, it looks like it is showing the middle of the video. Is it not posible to scale it so it shows the whole video? See my attached screenshot. As you can see the text inside the video (Building Brands) is not visible in it's whole, but in the video it is. See second screenshot. 

    How to fix that for mobile?

    Thanks in advance.

  •  8,839
    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):

    @media only screen and (max-width: 690px) {
        .wpb_row .nectar-video-wrap video {
            width: 100% !important;
        }
    }

    Thanks


    ThemeNectar Support Team