Okay
  Public Ticket #245620
Vertical portfolio videos
Closed

Comments

  • Carl started the conversation

    Hi,

    I have a number of vertical videos in my portfolio sized at 720x1280 at the moment they are displayed very large and fill the screen, is there a way to control the size of the video.

  •  988
    ThemeNectar replied

    Hey Carl!

    Add this into the  custom css box located in your Salient Options panel:

    .single .mejs-container {
       max-height: 300px!important;
       margin: 0 auto!important;
    }
    

    Cheers

  •   Carl replied privately
  •  8,443
    Tahir replied

    Hey Carl!

    You can change the same for fullscreens as well using this  css:

    .single .mejs-container-fullscreen {
       max-height: 300px!important;
       margin: 0 auto!important;
    }

    Cheers


    ThemeNectar Support Team