I tried to resize product image in product description page and it does successfully however, it shows too much space around image. I need to put product detail tab below the product image but it shows so much space around image. Please advise me how to remove that space around product image.
<transparency>false</transparency> I have used this tag but still it shows so much space around image.
Do you have a screenshot you could share to better explain the issue?
It could be that the dimensions that you're requesting to the display the product image doesn't match the aspect ratio of the images uploaded to admin. So in order for Magento to resize to fit, it needs to add white space around two sides of the photo.
hey @amitgandhi21 please try to
<image id="category_page_list" type="small_image"> <width>240</width> <height>300</height> <transparency>false</transparency> <aspect_ratio>false</aspect_ratio> <frame>false</frame> </image>