Main picture size on product and category page is to small

GK User
Sun Aug 30, 2015 12:02 pm
I have only used the storefront template, to try to recreate a new page without all the extra thing you get from the quickstart version of the template. I have looked true the quickstart version and copy all the settings, but still there is a problem with the picture size on category and product view using virtuemart..
The picture is to small and I know that I have used the same picture size as the demo.
Example product page link: http://nordlys.9co.no/index.php/voksen/genser/nordlys-setesdal-genser-detail
Image
Example category page link: http://nordlys.9co.no/index.php/voksen/genser
Image
User avatar
Fresh Boarder

teitbite
Mon Aug 31, 2015 12:29 pm
Hi

For some reason it's reduced in Virtuemart. Please try disabling default virtuemart css file in it's settings. If this will not work add this to override.css

Code: Select all
.main-image img,
.browseProductImage {
    max-height: none !important;
    max-width: none !important;
}
User avatar
Moderator

GK User
Tue Sep 01, 2015 9:35 am
Thanks
User avatar
Fresh Boarder


cron