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:
Compact, versatile and reliable, the AquaLabs Mini Dual Stage CO2 Regulator is the perfect solution to take your planted aquarium to the next level. Equipped with a safe, low-heat solenoid, CO2 injection can be automated via a timer for...
Unmatched precision and stability, the AquaLabs Pro Dual Stage CO2 Regulator enables the most demanding aquarist. The dual stage construction provides ultra-stable CO2 output, regardless of cylinder pressure. Equipped with a safe, low-heat...
I am using dawn theme. Thanks!
ssdc
February 5, 2024, 4:35am
2
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!