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

Video format is not fitting the original

Hello Support,

ich tried to use videos inside my additional varietation images gallery plugin, it is working but the size of the video is different to the original video. The format is 1:1 , i have seen in ticket Public Ticket #125399 that u provided some css code to fix that problem ?
Can you please share the css code with me or fix the problem in the next update ?

kind regards

marvin

Rezwan Shiblu

Hi there,

Thanks for reaching out to us.

You can try the below CSS at customizer> additional CSS or child theme style.css file –

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

Let me know if this work.

Thank you.