How To Increase Amount Of Image Thumbnails On Product Pages?

Hi all,

I was wondering if anyone knows if its possible to increase the number of thumbnails up from 3 when viewing a product page that has more than 3 images.

Please see screenshot for reference!

Thank you!

Capture.JPG

I think it stays the 100% width of the image displayed, so your image is quite thin. You could try increasing wrapper in theme editor>css to 150% or make your image a jpg with a wider white background.

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

js/tygh/product_image_gallery.js

change the following line and clear cache

var ITEMS_COUNT_DEFAULT = 3;

Perfect solution! Thank you eComLabs! You guys are amazing!

You are welcome! :)