Okay
  Public Ticket #3066058
video pop-up is showing half
Closed

Comments

  •  32
    Tes started the conversation

    Hi there, 

    On this website: https://zeal.kleidi.nl I have an image /icon called 'Showreel'. There's a popup with video behind it. Everything works well, but on screens bigger than 1900px it's showing only for a part, see attached screenshot. On smaller screens it shows like I want it (almost full screen, say 80-90% of the screen space). 

    Is there a way to fix this?

  •  279
    Noah replied

    Hi Tes,

    Could you use this CSS to get the popup to show fully the video:

    @media only screen and (min-width: 1024px){
    #popmake-1389{
      margin:0 auto;
      left:20% !important;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Cheers.