Youtube embedding in Galleria theme changes the video dimensions

I am using the Galleria theme, and while videos on product pages look fine in the backend, the front end has this strange height issue:

It’s really not supposed to be that wide.

How can I avoid this please?

Hi. @sachahcas

Please send me page url

Go to your Online store > Themes > Edit code > open core.css file, add this code at the bottom

.\#product-meta-inner .\#rte iframe {
height: 315px;
}

It’s in the original post @topnewyork

Go to your Online store > Themes > Edit code > base.css file, add this code at the bottom


I think Galleria doesn’t have a file called base.css - but the code from @Dan-From-Ryviu affected the end result, changing the code to 350px produced a result I am ok with.