1
0
mirror of https://github.com/karl0ss/ai_image_frame_server.git synced 2025-05-11 17:08:13 +01:00

fill as much as possible

This commit is contained in:
Karl Hudgell 2025-03-29 08:44:50 +00:00
parent 26e8d90128
commit 4fd857c12f

@ -8,7 +8,7 @@
* {
margin: 0;
padding: 0;
overflow: hidden;
box-sizing: border-box;
}
body {
display: flex;
@ -18,8 +18,8 @@
background: black;
}
img {
max-width: 100vw;
max-height: 100vh;
width: 100vw;
height: 100vh;
object-fit: contain;
}
</style>