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

![Screenshot 2020-07-14 at 9 09 43 AM](https://user-images.githubusercontent.com/47868971/87381242-dca67080-c5b1-11ea-94d5-2f9759f205a3.png) ### not able to import react-grid-gallery ### is:issue is:open ould not find a declaration file for module 'react-grid-gallery'. '/Users/../../node_modules/react-grid-gallery/lib/Gallery.js' implicitly has an 'any'...

thumbnail 100x100 rowHeight={100} ### Expected behaviour gallery wrapper width < 300 than third image goes to second row ### Actual behaviour Third image goes down only after width

Is there anyway I can get the position of the photo in a row, I mean if there are 10 photos rendered in a given row, on clicking the 6th...

Hi everybody, I need to customize what is displayed when each image is clicked and lightbox is opened. Actually, I don't want to display the image in its original way...

### Expected behaviour I can't get my grid responsive on mobile. I don't know what I'm doing wrong. Any help would be appreciated :-) ### Actual behaviour [Link](https://fehrgroup.com/panneau-de-bardage/) ![Screenshot_2020-06-10-17-57-32-030_com android...

` const ImageGallery = () => { const images_array = [...all Images Here]; const [images, setImages] = useState(images_array); const [currentImage, setCurrentImage] = useState(0); const onCurrentImageChange = (index) => { setCurrentImage(index);...

It would be awesome to have the ability to somehow 'select' an image on mobile. Due to the lack of the ability to hover it is not possible to 'select'...

How can I add functionality open on new tab& open in new window photo on the right click? For ex. : I've the page with 20 photos and each of...

Hello! I'm Robert and I'm using your React component from NPM in one of my projects. I actually want the images to act like buttons, and different things happening on...