scaling image

This commit is contained in:
Václav Šmejkal 2024-05-25 14:34:52 +02:00
parent d1439514a8
commit 4c4d32458c
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -299,6 +299,9 @@ body
padding: 1%; padding: 1%;
width: fit-content;
height: fit-content;
max-height: 80%; max-height: 80%;
max-width: 80%; max-width: 80%;
@ -320,4 +323,6 @@ body
{ {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
object-fit: scale-down;
} }