neptunian / react-photo-gallery

React Photo Gallery

Home Page:http://neptunian.github.io/react-photo-gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max image container width and height

alxcappy opened this issue · comments

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