VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: shaikeomra on April 27, 2012, 17:32:45 PM

Title: Thumbs with diferent sizes (resize) in VM2
Post by: shaikeomra on April 27, 2012, 17:32:45 PM
Wasting too much time searching - How to resize different size thumbs,

- Where can i find the Enable Dynamic Thumbnail Resizing code?
- Is there a way to resize different sizes and use css to call different measures? (small, medium, large, etc)

I would like to have different sizes instead of using large images resize in css

Working on:
Joomla 2.5.4 with VM version 2.0.6 (localhost)
Title: Re: Thumbs with diferent sizes (resize) in VM2
Post by: rupesh on April 28, 2012, 08:40:48 AM
see virtuemart backend in configuration ,
select template tab and choose option for dynamic thumbnail resize!
Title: Re: Thumbs with diferent sizes (resize) in VM2
Post by: shaikeomra on April 28, 2012, 16:51:00 PM
Thanks for answer.

Question, with the:
Enable Dynamic Thumbnail resizing [] = off
If I inport a 600px X 300px image it preserves the original size?

Wish list:
(http://fc08.deviantart.net/fs71/i/2012/119/a/0/vm_new_style_by_omra-d4xxqtf.jpg)

For now i just use css code and change the size of the image and manually copy (or transfer via FTP), in the future I would like to make it dynamic, auto resize 1 image to several sizes, use css prebuild to call the size input in the image bellow:
Title: Re: Thumbs with diferent sizes (resize) in VM2
Post by: shaikeomra on April 28, 2012, 20:52:01 PM
Quote from: shaikeomra on April 28, 2012, 16:51:00 PM
Wish list:
For now i just use css code and change the size of the image and manually copy (or transfer via FTP), in the future I would like to make it dynamic, auto resize 1 image to several sizes, use css prebuild to call the size input in the image
Similar with the Custom fields, maybe can make something similar, going to learn more...