Make a single photo in a row take the full width of the Photo Album component #162
-
Hi all! I'm wondering if there is a way through the Photo Album properties to target a photo or multiple photos in different rows to take the full width of a row. The idea is that I can still have the targetRowHeight that programmatically decides how many photos show on a row based on height, but I can make exceptions for certain photos and make them instead take the full width of a given row. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi there. I'm afraid this is not something supported by this library. All supported properties are covered in the documentation. However, if you know in advance which photo you want to take the whole row, maybe you can split your photos in several batches and stack several photo albums on top of each other? <PhotoAlbum ... />
<img ... />
<PhotoAlbum ... /> |
Beta Was this translation helpful? Give feedback.
Hi there. I'm afraid this is not something supported by this library. All supported properties are covered in the documentation. However, if you know in advance which photo you want to take the whole row, maybe you can split your photos in several batches and stack several photo albums on top of each other?