forked from extern/easydiffusion
Fix rendering of very large images
See comments for screenshots.
This commit is contained in:
parent
8d9cd0e30b
commit
bfa1f57930
@ -250,8 +250,10 @@ button#resume {
|
||||
}
|
||||
img {
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
div.img-preview img {
|
||||
width:100%;
|
||||
height: 100%;
|
||||
}
|
||||
.line-separator {
|
||||
background: var(--background-color3);
|
||||
|
Loading…
Reference in New Issue
Block a user