Hi guys,
I am trying to figure out how to increase size of images (thumbnails) for products. Currently VM is resizing them: please see my website: http://estilofina.sk/index.php/sale-1 (http://estilofina.sk/index.php/sale-1)
I have used firebug to try to locate the path but still struggling. I have attached 2 pictures from firebug. (http://svadobnedekoracie.eu/sale1.bmp)
(http://svadobnedekoracie.eu/sale2.bmp)
I have changed size of layout from 89px to 300px in firebug (layout) - see second picture.
Could someone please help how to actually change the size so all uploaded pictures will be bigger?
I ma using Joomla 3 and VM 3.
Appreciate your help.
(//)Thank you,
Dan
change the thumbnail size in the admin ->config->config>templates->Thumbnail Image Width etc
set it to the largest size u need
Enable Dynamic Thumbnail Resizing - they will reset
Thank you, I had to manually change size in vm-ltr-site file.
Be sure to use the edited vm-ltr file as an override. http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html
in vm-ltr-site
.browseProductImage {max-height: 90px;width:auto;max-width: 100%;}
change 90