Hi all,
I try to find in the default_image and css files but i can't see where to edit the size of main image.
// Product Main Image
if (!empty($this->product->images[0])) {
?>
<div class="main-image">
<?php echo $this->product->images[0]->displayMediaFull('class="medium-image" id="medium-image"', false, 'rel="shadowbox"', true); ?>
</div>
<?php } // Product Main Image END ?>
so, where can i edit the "medium-image" above???? thanks.
(http://img528.imageshack.us/img528/493/captureydx.png)
In the FAQs - http://forum.virtuemart.net/index.php?topic=98647.0
thank you very much, jenkinhill :)