-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi. I knew this library by react-image-lightbox, because it is deprecated but recommende you. I try to use react photoswipe gallery the same way to lightbox because I have already a slider with images and I only need to open the lightbox (I don't need add a gallery).
I need a solution similar to this ( get by stackoverflow ):
return (
<div>
<Slider {...settings}>
{ images.map(image => (
<img src={image} onClick={ e => this.handleClickImage(e, image)} />
))}
</Slider>
{current &&
<Lightbox
mainSrc={current}
onCloseRequest={this.handleCloseModal}
/>
}
</div>
)
I supposed that how Lightbox mentioned you then you have similar feature... With Gallery-Item tags I can't avoid add the gallery and use only the lightbox feature, I don't find similar tool in your documentation. Then I have the question if you have it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels