magento - Decrease image size in product view page -
we have backend condfiguration resize product images. set 850 * 850 our images.
now in product view page images showing in large size, want reduce 350 * 350 size
we using below code :
<?php echo $dexxtz->getimagefeatured($this->helper('catalog/image')->init($_product, 'image')); ?>
this same query asked in previous post, check previous post. need modify css
Comments
Post a Comment