Skip to content

Commit

Permalink
fix for small images in live previews not being scaled up
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Aug 20, 2023
1 parent f65d0dc commit 42b72fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42b72fe

Please sign in to comment.