react-photo-gallery icon indicating copy to clipboard operation
react-photo-gallery copied to clipboard

React Photo Gallery

Results 81 react-photo-gallery issues
Sort by recently updated
recently updated
newest added

A re-layout of the photos happens when width is 0, ie. when the containing element is hidden. This causes the following problems: 1. For an app with tabs, the scroll...

Allowing the `className` to be passed into `Gallery` and be used when provided allows the `Gallery` to easily be used with the `styled-components` library. https://styled-components.com/docs/basics#styling-any-component

I'm not 100% sure if this is a bug or not, however I copied and pasted the lightbox integration tutorial here: http://neptunian.github.io/react-photo-gallery/examples/lightbox.html . The photo gallery seems to load fine,...

Hi, the component works super nice in my project. I use it in conjunction with Bulma Css-Framework. However, when using row-layout, all images are distorted only on iOS-devices, like so:...

* Set an explicit width (100%, as the demos suggest it should be) on the Gallery container element. * Add a new prop `setComponentWidth` (default: `'100%'`) to the `Gallery` component...

**How to reproduce**: Tweak the one example in the docs (e.g. https://codesandbox.io/s/react-photo-gallery-basic-rows-ty3m5) to have only one image provided in `photos.js`

Is it possible to handle mouse entering/leaving events in addition to the already supported mouse click event?

Receiving error: `TypeError: thumbs[(thumbs.length - 1)] is undefined` While setting `direction={'column}`. Looks like the error is coming from line 90 of Gallery.js I am using the exact code from: https://codesandbox.io/s/awesome-bassi-5vn3lvz2n4?from-embed=&file=/index.js...

Is there a way to overlay an image title over each image in the gallery? Example: ``` export const photos = [ { src: "https://source.unsplash.com/2ShvY8Lf6l0.jpg", width: 4, height: 3, title:...

I got an error below after installing & importing this. TypeError: __WEBPACK_IMPORTED_MODULE_0_react___default.a.memo is not a function