How can I optimize YouTube video embeds on my product page?

Hi,

I have embeded some youtube videos on a couple of my product pages but i dont like how they are being cramped into a portrait view. Is it possible to have them show the full youtube thumbnail in landscape so it doesnt look cramped?

Here are the two pages for reference:

I am using dawn theme. Thanks!

heya, try edit the code and change the height to 100%. so it would be like

<iframe width="345" height="100%" src="https://www.youtube.com/embed/guC1MK_16Vo" title="AquaLabs Mini Dual Stage CO2 Regulator Setup Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>

Hi, that didnt really work but I played around and width = 368 and height =207 seems to work well enough.

Thanks!