Okay
  Public Ticket #1569528
Light box Video Moves
Closed

Comments

  •  2
    darkmatter0714 started the conversation

    When you click the video pops up just fine I added some CSS to limit the video size but it worked fine in the past. Within the last couple weeks when you’re watching our videos they shake in certain browsers like Chrome. We use Vimeo. We Greatly appreciate your time and looking into this for us.

  •  9,073
    Tahir replied

    This is a confirmed browser level bug with the latest Chrome – it occurs because of how the browser is rendering box shadows. To fix it for now before they patch it, add this into the custom css box in your Salient options panel:

    .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {  box-shadow: none!important;
    }

    Cheers


    ThemeNectar Support Team 

  •  2
    darkmatter0714 replied

    Thank you very much.