diff --git a/ui/src/index.scss b/ui/src/index.scss index 78f54216c..39e7b0a06 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -274,6 +274,9 @@ img[src=''] { } img { max-width: 100%; + max-height: 70vh; + height: auto; + object-fit: contain; } video { max-width: 100%;