News:

Support the VirtueMart project and become a member

Main Menu

Product Images are too small in category view

Started by anyrhing, January 31, 2015, 07:11:30 AM

Previous topic - Next topic

anyrhing

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

GJC Web Design

css ->  firebug

remove

.browseProductImage {
  max-height: 90px;
  max-width: 100%;
  width: auto;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

anyrhing

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!

dauphin

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

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

xniickiidx

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 :)

jenkinhill

Maybe you use a commercial template? Use Firebug to examine the css styling the image.  http://forum.virtuemart.net/index.php?topic=116620.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum