Why next and previous buttons not working #187
Replies: 1 comment
-
Please consider providing a minimal reproducible example as the above snippet isn't really sufficient to troubleshoot your issue. |
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 have more than one photo but When I click on next or previous icon it is not navigating to the next photo. I appreciate if someone help me!
<> <img className={styles.img} src={file.data} alt={file.name} onClick={() => setOpen(true)} /> <Lightbox open={open} close={() => setOpen(false)} controller={{ closeOnBackdropClick: true }} index={index} slides={files.map((file) => ({ src: file.data }))} /> </>
Beta Was this translation helpful? Give feedback.
All reactions