Responsive slides?
-
Is there any possible way to adjust the amount of time slides for different responsive breakpoints? Like for example, making it display 4 slides in desktop, 3 slides in tablets, and 1 slide in mobile.
If you check out the url that I provided and check Inspect in Chrome browser and click on “Toggle Device Toolbar” and look at iPad mode, you can see that there are 5 displayed slides. I would like to change the amount of slides displayed if possible.
In fact, I tried to adjust the width of “.slick-initialized .slick-slide” in Tablet mode (@media (min-width: 481px) and (max-width: 980px)) but the results I got was different from what I expected.
The page I need help with: [log in to see the link]
- The topic ‘Responsive slides?’ is closed to new replies.