Hi @a223123131
Are you checking this in portrait or landscape view?
Assuming it’s portrait, are your breakpoint for Portrait views are set up like this?
View post on imgur.com
This means that the slider will display the Tablet view, if:
– it’s a portrait view (width is smaller than height)
– the width of the browser is bigger than 700px but smaller than 900px
So, basically, on a 768x1024px device, you’ll see the tablet version of the slider. (Width (768) is greater than 700 but smaller than 900. Width (768) is smaller than Height (1024).)
But if your breakpoint for for Portrait view is set up like this:
View post on imgur.com
That means the slider will display the Tablet view, if:
– it’s a portrait view (width is smaller than height)
– the width of the browser is bigger than 900px, but smaller than 1199px
So, basically, on a 768x1024px device, you’ll see the mobile version of the slider. (Width (768) is less than 900px. Width (768) is smaller than Height (1024).)
You can learn more about Breakpoints here:
https://smartslider.helpscoutdocs.com/article/1992-breakpoints
If your breakpoints are set up differently, can you share a screenshot about your settings?