neptunian / react-photo-gallery

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

Max image container width and height #220

Open alxcappy opened 2 years ago

alxcappy commented 2 years ago

Is there any way to set the max width and height of an image when there are not enough images to fill a row or column? currently if only one item is present in the photos array the image fills the full viewport width. Instead I'd like the image to be displayed with a pre-defined max-width and height.

Thanks