diff --git a/VoidCat/spa/src/app/src/Pages/FilePreview.css b/VoidCat/spa/src/app/src/Pages/FilePreview.css index 016c6f1..95037b6 100644 --- a/VoidCat/spa/src/app/src/Pages/FilePreview.css +++ b/VoidCat/spa/src/app/src/Pages/FilePreview.css @@ -3,7 +3,7 @@ } .preview img, .preview video, .preview object, .preview audio { - width: 100%; + max-width: 100%; max-height: 100vh; }