How to improve multi image display for product

  • Posts: 56
  • Thank you received: 2
3 years 11 months ago #319662

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.18
-- Browser(s) name and version -- : chrome

Hi,

I'd like to improve the display of images product
1- Could you tell me where it will be possible to manage size of thumbnails
2- and if it is possible to add youtubes movies in product description or in small galery



Thanks in advance for your help

Attachments:

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
3 years 10 months ago #319683

Hi,

1. You can do that with CSS:
www.hikashop.com/support/documentation/8...ling.html#thumbnails

2. That's not possible. It can only handle images. It would require some development in HikaShop to be able to handle youtube videos as well as images there.

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

  • Posts: 56
  • Thank you received: 2
3 years 10 months ago #319814

Thanks for your answer,

I intend to add this in custom.css but no change

img.hikashop_child_image {
margin : 2px;
height : 75px;
}

I check in developmental tools and I see that, this custom.css do not override another custom css :huh: as you can see on printscreen

Thanks again for your help

Attachments:

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
3 years 10 months ago #319839

Hi,

Add !important to your CSS and it will override the other CSS:

img.hikashop_child_image {
margin : 2px;
height : 75px !important;
}

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

  • Posts: 56
  • Thank you received: 2
3 years 10 months ago #320003

Wonderful, that work !
Thanks again Nicolas

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

Time to create page: 0.057 seconds
Powered by Kunena Forum