marco17 We would like theThumbnails inmages are centered or we can remove them.
You can either try add this to custom.css file :
.slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image img{width:100% !important;}
or to not show the specific thumbnail images, try add this :
.slideshow .swiper-thumbs-wraper .swiper-thumbs .item-image{display:none !important;}
Kindly ensure to clear your browser cache if changes dont reflect