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.
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
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, 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
Thanks so much, it works perfectly !