VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: miguelb on August 25, 2013, 00:36:47 AM

Title: Enlarge Thumbnails
Post by: miguelb on August 25, 2013, 00:36:47 AM
Hi

I'm having difficulty in enlarging the small images that appear on my product page. (see attached image)

I need to show the same product in different colours, but the images that I insert are very small. I'm trying to set the size from 90x90 to 250x250, however when I load the image, automatically is defined as 90x90.

Can anyone help me please?

Thanks :)

[attachment cleanup by admin]
Title: Re: Enlarge Thumbnails
Post by: jenkinhill on August 25, 2013, 10:50:21 AM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Enlarge Thumbnails
Post by: miguelb on August 25, 2013, 12:40:50 PM
Hi,

Sorry I did not mention... I'm using joomla 2.5.14 and VirtueMart 2.0.22b

Thanks in advance.
Title: Re: Enlarge Thumbnails
Post by: jenkinhill on August 25, 2013, 18:10:04 PM
The additional product images are displayed by using the full size product image downscaled with css in vmsite-rtl.css
.additional-images img {
    height: auto;
    margin-right: 8px;
    width: 50px;
}
Rescale them to your prefered size by changing the width and add the new definition to the end of your Joomla template css.

If you use Firebug then you can look at the code yourself and work out fixes. http://forum.virtuemart.net/index.php?topic=116620.0