magento - Decrease image size in product view page -


we have backend condfiguration resize product images. set 850 * 850 our images.

enter image description here

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

etalage .etalage_thumb_image{height:350 !important; width:350 !important;}


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -