How do I show image in original size?

How do I show image in original size?

Hi @bourinov, thanks for posting!

It should be by setting the image width to None:

st.image(image, width=None)

Docs: https://streamlit.io/docs/api.html#display-media

Matteo

1 Like

I think i found something more interesting

Check out this tutorial and github

1 Like