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!