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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Jérôme, try adding the following in customizer -> additional css
.video-wrapper video.bgvid {
transform: none !important;
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thanks so much, it works perfectly !