VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: maxispin on September 17, 2013, 12:18:33 PM

Title: Top level category thumb sizes
Post by: maxispin on September 17, 2013, 12:18:33 PM
Hi,
I am really struggling with top level category thumbs (and also Product Categories). Thubgs are just too small. And also on the product category page. Changing the thumb size on Configuration doesn't help either deleting files from /..xx../resized- folders.

Am I doing something wrong or should I play with CSS and PHP? (I'd rather not)

Sorry, if I am reposting. I couldn't find perfect answer and post were over a year old or so.
I am using the latest version 22c.

BR, Maxis
Title: Re: Top level category thumb sizes
Post by: jenkinhill on September 17, 2013, 13:00:36 PM
Thumb sizes to be saved are set in Configuration/templates/Media Files Settings as  Thumbnail Image Width and Thumbnail Image Height  (you don't have to put a setting for both if you want to retain image proportions)

The image size may then be overriden by sizing using css in the display template. Use Firebug to check this and edit the css if necessary. http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Top level category thumb sizes
Post by: maxispin on September 17, 2013, 16:14:55 PM
Thanks Kelvyn!