Replies: 1 comment
-
Found a solution: Swiper offers the function 'slidePrev' and 'slideNext'. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a slider with Swiper.
In order to hide inactive slides and also make navigation visible, I've moved the navigation to outside of the swiper wrapper
By default, this prevents the navigation from working.
If I read the docs correctly, navigation outside of the wrapper can still be utilized, if a navigation object is passed swiper when it is being set up.
I've done this, but I still can't seem to get the navigation to work.
This link shows the slider I'm building along with my code:
https://solarshift.org/
Beta Was this translation helpful? Give feedback.
All reactions