Hi everyone,
When passing a list to st.image, I only get the option to resize/enter full screen mode on the first image only, is there a way to be able to enter full screen for every image from the list?
imgs = ['1.JPG', '2.JPG', '3.JPG', '4.JPG']
st.image(imgs, use_column_width=True)
By “resizing/full screen” I mean the little arrows in the top-right corner of the image: