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]
http://forum.virtuemart.net/index.php?topic=79799.0
Hi,
Sorry I did not mention... I'm using joomla 2.5.14 and VirtueMart 2.0.22b
Thanks in advance.
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