Fix size for image production ?

Hi,
I want fix size for image production, please help change it. Thank you for help!

1 answer

Profile photo of Saguaros 0.00 $tone February 27, 2012
Public

Hi elitsabako,
If you use an editor such as Firebug, you can see that there are 2 divs in this page named: product-img-box and product-shop. Please change size of these div in file:

Code:

\skin\frontend\default\jm_bistro\csstheme.css

in line 2509-2511

Code:

.product-img-box { margin-top: 10px; padding: 0; width: 190px; }  <--change width

.product-essential .product-shop { width: 400px; } <--change width

Next, you go to:

Code:

\app\design\frontend\default\jm_bistrotemplate\catalog\product\list.phtml

with a search and you can see line:

Code:

<?php // Product Image ?>
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(180,120); ?>" width="180" height="120"`...

Change to your desired width

#1

Please login or Register to Submit Answer

Written By

Comments