79586531

Date: 2025-04-22 13:02:55
Score: 1
Natty:
Report link

The issue is that either WooCommerce or your theme is overriding the iframe dimension.

.woocommerce-iframe
{
    width: 550px !important;
    height: 300px !important;
    max-width: 100%;
} /*replace the selector*/
<div class="youtube-embed-wrapper" style="width: 550px; max-width: 100%;">
    <iframe width="550" height="300" src="https://www.youtube.com/embed/XXXXX" frameborder="0"></iframe>
</div>
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hadizat Abdulhakieem