Single product Image Size

Hello, Anyone please help how to change single product image size? When I open Single product images are displaying too large resulting in blurry images. How to i change image size settings

Thank you

Please send the ticker here: https://tickets.thembay.com/
Our Support Team will help you.

if only raising ticket is the solution so what is the need of this forum.

The purpose is a place where all members can share and help each other on our themes, but if no one helps you, send us your ticket.

You can post the solution here so all members can find and you can save time instead support one by one

There are 2 options:

  1. Edit the display size of the image in Appearance/Customize/Woocommerce/Product Image http://prntscr.com/uq9rg1 but before that, this option needs to be enabled http://prntscr.com/uq9rlg
  2. Use this CSS in Urna Option http://prntscr.com/uq9scb. This will make the image its original size
    .woocommerce div.product div.images img {
    width: auto;
    }