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?
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
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%;
}