Commit 42b72fe2 authored by AUTOMATIC1111's avatar AUTOMATIC1111

fix for small images in live previews not being scaled up

parent f65d0dc0
......@@ -282,8 +282,8 @@ div.block.gradio-accordion {
}
}
#txt2img_gallery img, #img2img_gallery img, #extras_gallery img{
object-fit: scale-down;
.gradio-gallery .thumbnails img {
object-fit: scale-down !important;
}
#txt2img_actions_column, #img2img_actions_column {
gap: 0.5em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment