Okay
  Public Ticket #2775123
Video LightBox Vertical Video
Closed

Comments

  •  1
    efe started the conversation

    I want to add a vertical video with Video LightBox.  I could add it to a normal video frame but then I would have an ugly black background on either side of the video.
    How can i play vertical video on Video Lightbox.

  •  8,847
    Tahir replied

    Hey efe ,

    Could you elaborate with a screenshot how you want the Lightbox to show up ?. We use a Third Party Fancybox3 Lightbox library so adjusting its behavior is not possible via the Salient Theme Options Panel .

    Thanks


    ThemeNectar Support Team 

  •  1
    efe replied

    Hi Tahir,

    Hello Tahir, Here is the screenshot. 

    Thanks.

  •  1,878
    Judith replied

    Hi Efe,

    Please send in your website url so that we can provide css for what's possible.

    Thanks.

  •  1
    efe replied

    Hi Judith,

    Here is my link:http://www.bondsocks.co.uk/video/

    Thanks,

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

    .fancybox-content {
        max-width: 500px;
        background: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    efe replied

    Thanks Tahir,
    It worked perfectly.