Possibility / ideas to lift a photo slide #140
-
Hello, I got the photo album + YARL combination setup and rolling just great and what a great combination those two make, thank you! There are certain type of photo slides I would love to lift and highlight more then others. Is there a good way to make the slide take more space / highlight it? Any ideas? Like taking up space of 4 objects rather then 1 slot and spanning over several columns / rows? Or any other good way anyone can think of? All tips appriciated. Kindly, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! I'm sorry to disappoint you, but unfortunately, this library isn't tooled to accommodate this use case. All supported layout algorithms are outlined in the library description, and there is no way to tell the library to span a particular photo across multiple columns or rows. However, here are some ideas that you may find helpful:
Here is a draft implementation illustrating this potential approach - https://codesandbox.io/p/sandbox/react-photo-album-140-z6k2l3?file=%2Fsrc%2FApp.tsx I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi there!
I'm sorry to disappoint you, but unfortunately, this library isn't tooled to accommodate this use case. All supported layout algorithms are outlined in the library description, and there is no way to tell the library to span a particular photo across multiple columns or rows.
However, here are some ideas that you may find helpful:
Here is a draft implementation illustrating this pot…