Username or Email
Password:
Forgot Password
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
got it
\app\code\core\Mage\Catalog\Block\Product\Gallery.php
00075: if (isset($size[0]) && $size[0]>600) { 00076: return 600;
and one more place to fix
/skin/fontend/default/default/css/boxes.css ...
.wrapper { min-width:954px; }