Make a button clickable twice on desktop and 3 times on mobile

Or clickable twice when the screen width is over 800px

It’s for an image carousel containing 4 images.

On desktop the carousel shows image 1-2
When clicking the next button is shows image 2-3
When clicking the next button again it shows image 3-4, and the next button disappears which is perfect.

On mobile, the carousel starts by only showing one image (which is what I need)
So I need this next button to be clickable 3 times to be able to show all the images.

Does anyone know how to get around this.