Is it possible to disable slide navigation when only one slide exists? #116
-
When used with a single element in slides, the previous and next arrows are still displayed and the movement to the same image is executed. Can this functionality be disabled? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Certainly. This use case is covered in the documentation. |
Beta Was this translation helpful? Give feedback.
-
I have also investigated that with carousel={{ finite: true }} the slide is disabled although still showing the disabled arrows. Thanks. |
Beta Was this translation helpful? Give feedback.
-
With the approach we are still able to use arrows (keyboard) to move between slides even though there is only one. Do we have a way to disable this behaviour together with hiding the UI buttons? |
Beta Was this translation helpful? Give feedback.
Certainly. This use case is covered in the documentation.