Why is my slider counter displaying the wrong thumbnail amount?

Why is my slider counter displaying the wrong thumbnail amount?

Fyney
Excursionist
37 4 15

Hi, i was just modifying my product page, until I saw that i the slider counter is displaying the wrong amount of thumbnails are there:

 

Screenshot 2024-01-16 220754.png 

My website & password:

St0r3P4ssw0rd
Reply 1 (1)

topasolutions
Shopify Partner
3 0 0

I found a solution. Go to global.js an find this line
"this.totalPages = this.sliderItemsToShow.length - this.slidesPerPage + 1;"

and remove +1 at the end of the line that's it!
Thanks