VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: anyrhing on January 31, 2015, 07:11:30 AM

Title: Product Images are too small in category view
Post by: anyrhing on January 31, 2015, 07:11:30 AM
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
Title: Re: Product Images are too small in category view
Post by: GJC Web Design on January 31, 2015, 13:39:09 PM
css ->  firebug

remove

.browseProductImage {
  max-height: 90px;
  max-width: 100%;
  width: auto;
}
Title: Re: Product Images are too small in category view
Post by: anyrhing on February 01, 2015, 00:34:57 AM
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!
Title: Re: Product Images are too small in category view
Post by: dauphin on March 31, 2015, 13:50:35 PM
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
Title: Re: Product Images are too small in category view
Post by: jenkinhill on March 31, 2015, 23:07:58 PM
http://forum.virtuemart.net/index.php?topic=128401
Title: Re: Product Images are too small in category view
Post by: xniickiidx on June 10, 2015, 11:32:25 AM
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 :)
Title: Re: Product Images are too small in category view
Post by: jenkinhill on June 10, 2015, 12:08:28 PM
Maybe you use a commercial template? Use Firebug to examine the css styling the image.  http://forum.virtuemart.net/index.php?topic=116620.0