Replies: 1 comment 4 replies
-
Settings > User Interface > Gallery Height Or put this in user.css (create it if it doesn't exist). This affects the live preview as well. #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.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new here and I have no coding knowledge, unfortunately. I wanted to know if there is any way to resize the output preview window? for example, you see in the attached image the parts marked in red are areas that are not being used. It would be cool if I could see the generated image in a bigger window so I don't have to zoom in manually every time.
if there is a way to resize the preview window please explain it to me in a simple way so I can do it myself. again, no coding knowledge 😅
Beta Was this translation helpful? Give feedback.
All reactions