streamlit-image-select
streamlit-image-select copied to clipboard
Variable box size
Hey there! in styles.css there is a fixed width and height for image boxes.
.image-box {
border: 1px solid rgba(49, 51, 63, 0.2);
border-radius: 0.25rem;
padding: calc(0.25rem + 1px);
height: 10rem;
min-width: 10rem;
}
Can we set those parameters variable somehow? Would be nice to have this option.
It woud be a great option. In the meantime what I am doing is just deleting the height and width from the styles.css and putting the images in columns.