Does it support thumbnails in the lite version? #9
-
|
Hi there, I wanted to ask if it's possible to have thumbnails in the Lite version? |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Jan 23, 2025
Replies: 1 comment 1 reply
-
|
No, I'm afraid thumbnails aren't supported in the current version. But if you are willing to, you can give it a shot and see if you can develop your own implementation. <Lightbox
slides={slides}
index={index}
setIndex={setIndex}
render={{
controls: () => (
// implement thumbnails here
<div>Thumbnails</div>
),
}}
/> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pandikapinata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, I'm afraid thumbnails aren't supported in the current version. But if you are willing to, you can give it a shot and see if you can develop your own implementation.