react-spring-lightbox icon indicating copy to clipboard operation
react-spring-lightbox copied to clipboard

📷 A flexible image gallery lightbox with native-feeling touch gestures and buttery smooth animations, built with react-spring.

Results 24 react-spring-lightbox issues
Sort by recently updated
recently updated
newest added

I just discovered this library and used the demo and noticed that the content sometimes is moved after the pinch zoom gesture has ended. I created a video recording of...

Hey, I'd like to know, is there any way to disable zooming altogether for the lightbox? Thanks

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies

Hi, thank for the library, works very well. I have one issue though. I render custom footer from which I can open a modal with form inputs, the problem is,...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hi, I'm trying to find a lightbox that uses a &lt;canvas&gt; instead &lt;img&gt;, is this something that could be switched over relatively easily? ``` export type ImagesListItem = Omit< React.HTMLProps,...

Here is my code const [currentImageIndex, setCurrentIndex] = useState(0); const gotoPrevious = () => currentImageIndex > 0 && setCurrentIndex(currentImageIndex - 1); const gotoNext = (GalleryImages: any) => { console.log(currentImageIndex); currentImageIndex...

Is there a way to replace img element with Image component from Next.js?