VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kevinwhitcomb on May 15, 2015, 18:36:14 PM

Title: Category Image Size in VM 3.x
Post by: kevinwhitcomb on May 15, 2015, 18:36:14 PM
Hi everyone. I've searched the forum for resizing the category image size and found only references to previous versions of VM.

I want to make the thumbnails in both the category screen and product screen larger.
Here's what I've done but isn't working:
I went to the config-templates screen and changed the value to 150 and saved
I went to the images/stories/virtuemart/forSale/resized/ directory and deleted the files

Refreshed the shop page on the front end and there's no difference.

Went to images/stories/virtuemart/category/resized and emptied the folder

Refreshed the page, no difference...

Questions
Is there something else I need to do?
Are there separate places to specify the product and category thumbnails?
Title: Re: Category Image Size in VM 3.x
Post by: kevinwhitcomb on May 16, 2015, 03:09:10 AM
Something I just noticed, VM seems to be generating thumbnails in the proper size, they just aren't displaying on the page at the proper size.

The URL for the site is http://bppsts04.com/

The version of VM is 3.0.8
The version of Joomla is 2.5.28
Title: Re: Category Image Size in VM 3.x
Post by: jenkinhill on May 16, 2015, 10:57:32 AM
You should use Firebug to work this out.  http://forum.virtuemart.net/index.php?topic=116620.0

Hint - you currently have this:
.browseProductImage {
    max-height: 90px;
    max-width: 100%;
}