You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues for similar feature requests.
I added a descriptive title and summary to this issue.
Summary
A way for adding more context to images once they get clicked and enlarged. Currently trying to use the st.image function for rendering images but for my images I think a short description feature would make the images easier to understand for users.
Why?
I want to create a gallery of pictures and give each picture some short description when a user clicks on the image.
Hey, we do have the caption parameter, which renders a caption below the image. Would you simply want that to show up in fullscreen mode? Or would you want a separate text that doesn't show up in the app itself but only shows up in fullscreen?
Yes so I would prefer a separate text that shows up only in fullscreen mode. The text would be longer than a caption caption as well.
Hey, we do have the caption parameter, which renders a caption below the image. Would you simply want that to show up in fullscreen mode? Or would you want a separate text that doesn't show up in the app itself but only shows up in fullscreen?
sfc-gh-jrieke
changed the title
St.image description Prop
Fullscreen label for st.imageJan 8, 2025
Checklist
Summary
A way for adding more context to images once they get clicked and enlarged. Currently trying to use the st.image function for rendering images but for my images I think a short description feature would make the images easier to understand for users.
Why?
I want to create a gallery of pictures and give each picture some short description when a user clicks on the image.
How?
Maybe an additional short description prop/parameter to the st.image function. Streamlit image function documentation link
Additional Context
So for example I want text to show up here maybe to the right side of the image after being clicked to describe the image in the gallery
The text was updated successfully, but these errors were encountered: