Multiple Product Images are displaying correctly

  • Posts: 256
  • Thank you received: 2
9 years 4 months ago #240037

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Chrome

Hello,
When I upload multiple images to one product they don't display as little thumbnail images. They just display at full size listed down the page. I have attached an image and URL to the product page.

Thanks

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 84311
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #240044

Hi,

That's because of the CSS:
img {
height: auto !important;
max-width: 100% !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}
added by your template in the header of your pages.
You can add such CSS to override it:
img.hikashop_child_image {
height: 60px !important;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum