Okay
  Public Ticket #3379099
Full width Video Background not displaying as full width
Closed

Comments

  •  16
    Jen started the conversation

    Hi I have a slice down the page that has a fullwidth video background under a video lightbox ( as per Salient Template) But my video has black edges when the screen is wide.  Can you help e make it display as full width?

    Its towards the base of the page

  •  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 (min-width: 1000px) {
        .fancybox-content {
            width: 100vw !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    Apologies but I think I explained wrong... The fancy box is fine.. its the ROW background video thats not reaching to the full width. ie


    Attached files:  Screen Shot 2023-05-26 at 9.55.16 pm.png

  •  8,839
    Tahir replied

    Try Increasing the Height of the Row as since its a Youtube Iframe we can not write up css to make changes inside it.

    Best 


    ThemeNectar Support Team 

  •  16
    Jen replied

    I want it to be cut off.... and just fill the width.. the height of the video is actually MUCH deeper.

    Its just a background video


  •  8,839
    Tahir replied

    Unfortunately as mentioned earlier we can only make adjustments via CSS to the Self hosted videos and not Youtube ones.

     Best 


    ThemeNectar Support Team