Option to resize Related Products images

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Apr 21, 2013 6:16 pm
Hi all,

I am just wondering where I would be able to resize the Related Products images?

At the moment, the images are appearing 300 x 300 (which is what I have set in the configuration - template section), but would like to keep the 300 x 300 as it is in that section, but 300 x 300 is too big for the Related Products image. Where is the best place that I can amend this?

Many thanks,

Prit
User avatar
Gold Boarder

Konrad M
Mon Apr 22, 2013 9:28 am
Hi,
please give me url to page with realted items images and I will give you css code to change it.
User avatar

GK User
Mon Apr 22, 2013 12:16 pm
Hi Konrad,

Here is a link with an example:

http://kankotri.co.uk/kankotri/lavender ... tri-detail

Many thanks,

Prit
User avatar
Gold Boarder

Konrad M
Mon Apr 22, 2013 12:37 pm
Please try add to override.css
Code: Select all
.productdetails-view .product-related-products img {
    width:200px;
    height:auto;
}

and set width value to one you want. And remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 22, 2013 1:04 pm
That worked! Thank you very much!

Prit
User avatar
Gold Boarder


cron