News:

Support the VirtueMart project and become a member

Main Menu

the main image in productdetail is too large...help me

Started by antihexa, February 29, 2012, 13:15:38 PM

Previous topic - Next topic

antihexa

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.


jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

antihexa