News:

Looking for documentation? Take a look on our wiki

Main Menu

Enlarge Thumbnails

Started by miguelb, August 25, 2013, 00:36:47 AM

Previous topic - Next topic

miguelb

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]

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

miguelb

Hi,

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

Thanks in advance.

jenkinhill

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
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