News:

Looking for documentation? Take a look on our wiki

Main Menu

Thumbs with diferent sizes (resize) in VM2

Started by shaikeomra, April 27, 2012, 17:32:45 PM

Previous topic - Next topic

shaikeomra

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)

rupesh

see virtuemart backend in configuration ,
select template tab and choose option for dynamic thumbnail resize!

shaikeomra

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:


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:

shaikeomra

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...