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
Platform/Target and Browser Versions: Chrome v90 on Windows 10
What You Did
Wanting to test my ideal swiper functionalities before going into more complex production, I locally created a barebone version of this design using a Swiper demo (the thumb loop one).
So far, I have made the thumb grouping and next/prev button working as desired (but not intended). Demo.
Expected Behavior
When using the next/prev buttons on the single image Swiper, the thumbnail Swiper should show the group with the active thumbnail.
Actual Behavior
When using the next button on the single image Swiper, the thumbnail Swiper shows the active thumbnail group ONLY once I reach the second image in the thumbnail group. For some reason this behavior only happens when using the next button. The prev button works as expected, always showing the correct thumbnail group.
This happens no matter how many image is in the slidesPerView and slidesPerGroup parameters.
The text was updated successfully, but these errors were encountered:
What You Did
Wanting to test my ideal swiper functionalities before going into more complex production, I locally created a barebone version of this design using a Swiper demo (the thumb loop one).
So far, I have made the thumb grouping and next/prev button working as desired (but not intended). Demo.
Expected Behavior
When using the
next
/prev
buttons on the single image Swiper, the thumbnail Swiper should show the group with the active thumbnail.Actual Behavior
When using the
next
button on the single image Swiper, the thumbnail Swiper shows the active thumbnail group ONLY once I reach the second image in the thumbnail group. For some reason this behavior only happens when using thenext
button. Theprev
button works as expected, always showing the correct thumbnail group.This happens no matter how many image is in the
slidesPerView
andslidesPerGroup
parameters.The text was updated successfully, but these errors were encountered: