News:

Support the VirtueMart project and become a member

Main Menu

Joomla! 3.2.7 VM catalog list image size questions

Started by ModestZou, April 13, 2015, 09:54:25 AM

Previous topic - Next topic

ModestZou

Hi,

How change VM catalog list image size, I set in  VirtueMart  Configuration, but no change.

How can we solve this?

Any help is appreciated!

Kind regards,

Modest

Joomla! 3.2.7
VirtueMart 3.0.7.2
XAMPP V3.2.1

jenkinhill

The image is constarined by css. Use Firebug to view the code & work out the overrides you need to make for your template.  http://forum.virtuemart.net/index.php?topic=116620.0

Look for  .browseProductImage  style settings.
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

ModestZou

Hi jenkinhill,

I can't find any css control, I use Joomart Purity III template.

Thanks,

Modest

GJC Web Design

bit unrealistic to expect someone to dig thru your css.. 

provide a live direct url
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

ModestZou

Hi jenkinhill and GJC Web Design,

The problem has been solved.

in \components\com_virtuemart\assets\css\vm-ltr-site.css
.browseProductImage {max-height: 90px;width:auto;max-width: 100%;}
to
.browseProductImage {max-height: 200px;width:auto;max-width: 100%;}

Thank you,

Modest

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

GJC Web Design

or just add it to an existing TEMPLATE css file with

.browseProductImage {max-height: 200px !important;width:auto !important;max-width: 100% !important;}
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