fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

The picture of the video be cropped

Neal Wang

Hi, I set a video for the image, but the video be cropped and only shows half of the picture.(https://prnt.sc/1i2l54k)

Tanvirul Haque

Hello Neal Wang,

You video frame width is larger than height ration that is why it’s happening. Please try to put the following CSS code inside your theme customizer additional CSS section or inside your child theme style.css

.wvg-single-gallery-video-container video {
object-fit: contain;
object-position: center;
}

Thanks