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

* Add `key` to `RenderImageProps` https://github.com/neptunian/react-photo-gallery/blob/master/src/Gallery.js#L102 * Add typescript declaration for `Photo` export https://github.com/neptunian/react-photo-gallery/blob/master/src/Gallery.js#L132

I'm trying to figure out how to load many images locally in the gallery without import them one by one... in fact idk if that would be possible... appreciate any...

Images become stretchy vertically on iPhone Safari

If the direction is column and the parent has display:flex the whole gallery starts flashing. You can see the problem here. https://codesandbox.io/s/react-photo-gallery-basic-columns-forked-65ly9?file=/index.js

I copied the exact code from the "react-photo-gallery basic (columns)" Code Sandbox into my React project, and the images lay over one another in a pile and flickers constantly. There...

Is it possible to support a full-width image? For example, when using a column layout - I will be able to choose that a specific image will take the full...

Uncaught TypeError: Cannot read property 'containerHeight' of undefined at Gallery (react-photo-gallery.esm.js:629) at renderWithHooks (react-dom.development.js:14803) at updateFunctionComponent (react-dom.development.js:17034) at beginWork (react-dom.development.js:18610) at HTMLUnknownElement.callCallback (react-dom.development.js:188) at Object.invokeGuardedCallbackDev (react-dom.development.js:237) at invokeGuardedCallback (react-dom.development.js:292) at...

Uncaught TypeError: Cannot read property 'containerHeight' of undefined

Hello, first of all, thanks for this library! I'm working on sortable gallery, and I need an index inside a `Photo` component. In example code for this [here](https://codesandbox.io/s/8y7n1r9y5j?file=/index.js:353-564) . It...

Hey, just wondering if anyone has come across the issue with the lightbox image not being centered?