i need help, the size of the thumbnails are to small con category view, the resize is right but the images looks very small
you can see an example in my web
http://artfactory.com.mx/index.php/virtuemart/movies
if you clic right clic on the image and see the url , you can see that the image size is right
http://artfactory.com.mx/images/stories/virtuemart/product/resized/bambi1_350x500.png
i use the lasted version of virtuemart
css -> firebug
remove
.browseProductImage {
max-height: 90px;
max-width: 100%;
width: auto;
}
Quote from: GJC Web Design on January 31, 2015, 13:39:09 PM
css -> firebug
remove
.browseProductImage {
max-height: 90px;
max-width: 100%;
width: auto;
}
wow, thanks to much! really works!
Quote from: GJC Web Design on January 31, 2015, 13:39:09 PM
css -> firebug
remove
.browseProductImage {
max-height: 90px;
max-width: 100%;
width: auto;
}
HI,
I have this settings in CSS with Virtuemart3, but the images are still resized and too small. What is to do?
Thanks for help
http://forum.virtuemart.net/index.php?topic=128401
Joomla 3.3.0
Virtuemart 3.0.8
Regarding the above post - I have been forwarded to this post to fix a similar issue with the thumbnails on my website displaying too small even though I have changed the dynamic thumbnail settings to display larger.
The problem is- I cannot seem to find the following code in the css:
.browseProductImage {
max-height: 90px;
max-width: 100%;
width: auto;
}
Am i looking in the correct file - virtuemart.css (located in the template css folder)? Or will I find this coding under another file?
The website url is www.alanabellclothing.co.uk - the site is currently locked but I can provide a login if needed - please PM me for this if required.
Thanks in advance for any help :)
Maybe you use a commercial template? Use Firebug to examine the css styling the image. http://forum.virtuemart.net/index.php?topic=116620.0