You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a thumbnail slider in which thumbnails are shown at the bottom in smaller sizes and on click of each thumbnail the main slider shows that image in a bigger size.
I use onSwiper from the thumbnail Swiper to get the instance. Then I want to pass it to the main Swiper. And in this step it does not work no matter what I do.
This discussion was converted from issue #7218 on November 28, 2023 11:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/qwik-starter-xnlcwc?file=src%2Froutes%2Findex.jsx
Bug description
I want to create a thumbnail slider in which thumbnails are shown at the bottom in smaller sizes and on click of each thumbnail the main slider shows that image in a bigger size.
Basically, I want to create this using Swiper.
I use
onSwiper
from the thumbnail Swiper to get the instance. Then I want to pass it to the main Swiper. And in this step it does not work no matter what I do.Expected Behavior
Passing Swiper instances should work.
Actual Behavior
Passing Swiper instances does not work.
Swiper version
11.0.5
Platform/Target and Browser Versions
Chrome 119.0.6045.159 (Official Build) (64-bit)
Validations
Would you like to open a PR for this bug?
Beta Was this translation helpful? Give feedback.
All reactions