How to init Slider at $index = 100 without using slideTo? (or without load all images before $index) #6937
Unanswered
meotimdihia
asked this question in
Q&A
Replies: 1 comment 3 replies
-
you can play with https://swiperjs.com/swiper-api#param-initialSlide but it does a slideTo anyway |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I am using this code to init Slider at index 100
But, there is a problem, all images 1-> 100 will be loading at the same time. It looks like slideTo just slide to every image.
Do we have a way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions