react-photoswipe icon indicating copy to clipboard operation
react-photoswipe copied to clipboard

PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.

Results 25 react-photoswipe issues
Sort by recently updated
recently updated
newest added

As title, for example in the demo page, if press "back" in the PhotoSwipe view and then the gallery cannot be opened again. after dip, the reason is: ``` this.photoSwipe.items.length...

Sometimes i see this error in this page http://selection4test.ru/projects/projects-react-gallery/build/index.html. `TypeError: t is undefined` Why it is possible? How can I resolve it?

- to more easily find the GitHub code from npmjs

Some bugs appears when multiple instances of PhotoSwipeGallery is add on the same page like animation and crashes. What is the right way to put 2 or more galleries on...

Hi, I was testing the PhotoSwipe component in my app and everything was working fine until I was zoomed and tried to logout(change route) and got a warning about setting...

Gallery won't open on load page with pid and gid in params: http://localhost:3000/dashboard/company/1/gallery#&gid=1&pid=1 should open gallery with photo (gid = 1, pid = 1)

Hi there, Great component - I really appreciate your work here! Is there a way to open a pswp gallery with that nice zoom-in effect where the thumbnail scales up...

Is it possible that the PhotoSwipeGallery renders PhotoSwipe in a portal ? (something like this : https://github.com/tajo/react-portal) I have the case where my gallery is rendered in an absolute container...