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

Justified image gallery component for React

Results 72 react-grid-gallery issues
Sort by recently updated
recently updated
newest added

### Expected behaviour More columns appear when the viewport gets wider (1,2,3). ### Actual behaviour Column count flickers when the viewport gets wider (1,2,1,2,1,2,1,2,3,4,5). ### Steps to reproduce behaviour 1....

https://github.com/benhowell/react-grid-gallery/issues/84

Super-long picture, click scroll down to see, can it be achieved?

> Yes, you can intercept the click with onClickThumbnail, capture the image index and do whatever and then call (or not) openLightbox. I can't figure out how to call openLightbox()...

I am using in my project react-grid-gallery, but I have this warning, it has this solution?: Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for...

### Expected behaviour click a single image in the grid ### Actual behaviour ``````````````````````````````````````````````the console output ``````````````````````````````````````` react-dom.development.js:545 Warning: Expected `onClick` listener to be a function, instead got `false`. If...

Hi, can I add a link in caption so I can redirect to a new web page by clicking the link? Thanks

I have tried to add text input field on custom control, but the text field seems disabled, I can not make changes to the text field.

Is it possible in any way to modify this component to archive this: I wan't to use this Gallery for a reference list. So if you click on an Image,...