fix: 🐛
This commit is contained in:
parent
60fca48a72
commit
86880af581
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export default function ImageGallery({
|
||||||
createPortal(
|
createPortal(
|
||||||
<div onClick={(e) => e.stopPropagation()}>
|
<div onClick={(e) => e.stopPropagation()}>
|
||||||
<Lightbox
|
<Lightbox
|
||||||
index={start + index}
|
index={index}
|
||||||
slides={images.map(({ url }) => ({ src: url }))}
|
slides={images.map(({ url }) => ({ src: url }))}
|
||||||
plugins={[Zoom]}
|
plugins={[Zoom]}
|
||||||
open={index >= 0}
|
open={index >= 0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue