Okay
  Public Ticket #3741726
How to display video at 100%
Closed

Comments

  •  2
    Jérôme M started the conversation

    Hi,

    I have added a video in a portfolio item. The video is shown but cropped. (I estimate losing 80 pixels in height on the edges of the video)

    How to display perfectly the video without any crop ? It's a classic 1920x1080 video, the caption image is also at 1920x1080. If it's not possible, maybe re-encoding all the video with black margins around will work, but it will be a bit annoying to do that.

    Thanks for your help

  •  1,973
    Support replied

    Hi Jérôme,

    what is the portfolio page URL?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Jérôme M replied privately
  •  1,973
    Support replied

    Jérôme, try adding the following in customizer -> additional css

    .video-wrapper video.bgvid {
        transform: none !important;
    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Jérôme M replied

    Thanks so much, it works perfectly !