How can I make the preview image to look bigger? #15629
-
As you can see, it looks very small. |
Beta Was this translation helpful? Give feedback.
Answered by
missionfloyd
Apr 26, 2024
Replies: 2 comments 2 replies
-
That's why you can click on it ... 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Make a file called #txt2img_gallery, #img2img_gallery {
/* Set this however tall you want it */
height: 512px;
}
#txt2img_gallery > .grid-wrap, #txt2img_gallery > .preview,
#img2img_gallery > .grid-wrap, #img2img_gallery > .preview {
max-height: none;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ySergi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make a file called
user.css
, and put this in it: