Try the Demo

Magento Forum

   
Changing the product popup image 600px width and height
 
zajooo
Member
 
Total Posts:  49
Joined:  2008-04-09
 

Hi to all,

how can I change the image width and height in the product base image popup window? It seems that the default value is 600px .

I can’t find the proper code to change :-(.

Thanx for help ...

Zajo

 
Magento Community Magento Community
Magento Community
Magento Community
 
zajooo
Member
 
Total Posts:  49
Joined:  2008-04-09
 

got it wink

\app\code\core\Mage\Catalog\Block\Product\Gallery.php

00075: if (isset($size[0]) && $size[0]>600) {
00076: return 600;

 
Magento Community Magento Community
Magento Community
Magento Community
 
zajooo
Member
 
Total Posts:  49
Joined:  2008-04-09
 

and one more place to fix

/skin/fontend/default/default/css/boxes.css ...

.wrapper { min-width:954px; }

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top