neptunian / react-photo-gallery

React Photo Gallery
http://neptunian.github.io/react-photo-gallery/
Other
1.97k stars 310 forks source link

how to change number of image per row? #208

Closed kien-pham closed 3 years ago

kien-pham commented 3 years ago

Hi,

I'm using row gallery with lightbox. My image data is not come with width: 4, height: 3, its actual size like width: 1200, height: 500... etc. Then it make the gallery look bad, many photos in same line.

How do I change the number of items per row? I'm not using column type gallery.

Thank you