Skip to content
Discussion options

You must be logged in to vote

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>
    ),
  }}
/>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pandikapinata
Comment options

Answer selected by pandikapinata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants