How to show lightbox in React
Issue #653
Use https://github.com/biati-digital/glightbox
Configure css. Specify class='glightbox
for html elements
1 | <link rel="stylesheet" href="css/blueimp-gallery.min.css" /> |
Install package
1 | npm install glightbox |
1 | const lbElements = features.map((feature) => { |