Possible to set image width and height to be automatic? #166
-
Is it possible to set all of the images' width/height to be automatic? Then I could set max-sizes in CSS styling. Something like: If you leave width/height blank or do what I have exampled, it doesn't properly follow the layout type (rows, columns, masonry) Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Apr 15, 2024
Replies: 1 comment 4 replies
-
Both |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
igordanchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both
width
andheight
are required image attributes; you must provide numeric values.https://react-photo-album.com/documentation#Photo