Fix scaling

This commit is contained in:
Kieran 2023-06-09 03:08:35 +02:00
parent fd90d14b19
commit 6d49b7302f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -3,7 +3,7 @@
}
.preview img, .preview video, .preview object, .preview audio {
width: 100%;
max-width: 100%;
max-height: 100vh;
}