Product Image Small

  • Posts: 78
  • Thank you received: 3
11 years 6 months ago #99697

The product images are small, how how come?

bearstitches.com/new/index.php/handmade-...r-women-damask-large

Last edit: 11 years 6 months ago by webhelpus.

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

  • Posts: 82760
  • Thank you received: 13346
  • MODERATOR
11 years 6 months ago #99771

The main image is small because you made it small in the Images option area of the configuration of HikaShop.
The thumbnails below should be smaller than it actually but your template is forcing their size.

You will have to add additional CSS to force the thumbnails to be smaller than the main image in order to counter balance your template CSS:
#hikashop_small_image_div .hikashop_child_image{
width: 100px !important;
}

The following user(s) said Thank You: webhelpus

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

  • Posts: 78
  • Thank you received: 3
11 years 6 months ago #100173

Which setting in the back-end controls the size of the product image (not the zoom size) Product page image width or Image width

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

  • Posts: 82760
  • Thank you received: 13346
  • MODERATOR
11 years 6 months ago #100215

Product page image width

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

  • Posts: 78
  • Thank you received: 3
11 years 6 months ago #102047

Thanks for your above help. Now there is a problem when I choose a new variant. The "small" images appear to be the same size as the focused product image.

http://bearstitches.com/new/index.php/handmade-products/laptop-notebook-macbook-cases/laptop-sleeves/product/93-women-s-laptop-sleeve-flowering-tree

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

  • Posts: 82760
  • Thank you received: 13346
  • MODERATOR
11 years 6 months ago #102055

The problem is that you're using the CSS:
#hikashop_small_image_div .hikashop_child_image {
width: 100px !important;
}

in order to force the size of the thumbnails. But you should instead use:
.hikashop_small_image_div .hikashop_child_image {
width: 100px !important;
}

That CSS will also work for the variant images.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum