Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello webromaansa

    Thank you for contacting WooCommerce support.

    Are you referring to the product image on the Single Product page?

    To help you further, I’d like to understand more about your setup.
    Could you please send me a copy of your site’s System Status Report?
    You can find it via WooCommerce > Status.
    Select Get system report and then Copy for support.

    Once you’ve done that, you can paste the text in https://gist.github.com
    After that, you can paste the Gist link here in your reply.

    Looking forward to your response. ??

    Thread Starter webromaansa

    (@webromaansa)

    Hey, @doublezed2!

    Thanks for sharing the report.

    It’s possible that your theme is using a custom image size for the single product page.

    WooCommerce comes with these three image sizes by default:

    woocommerce_thumbnail
    woocommerce_single
    woocommerce_gallery_thumbnail

    To let users change image sizes WooCommerce provides this function –

    add_theme_support( 'woocommerce', array(
    'thumbnail_image_width' => 200,
    'gallery_thumbnail_image_width' => 100,
    'single_image_width' => 500,
    ) );

    You will find more details on WooCommerce images here – Image Sizes for Theme Developers

    As you are using Elementor, they can have their own settings for the image sizes so getting their suggestion will be helpful. You can reach out to them here.

    I hope this was clarifying.

    Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Product Image Height’ is closed to new replies.