diff --git a/src/platform/web/ui/css/themes/element/call.css b/src/platform/web/ui/css/themes/element/call.css index 59e4046b..10388fb4 100644 --- a/src/platform/web/ui/css/themes/element/call.css +++ b/src/platform/web/ui/css/themes/element/call.css @@ -40,7 +40,6 @@ limitations under the License. border-radius: 8px; overflow: hidden; background-color: black; - display: block; } .StreamView > * { @@ -51,6 +50,7 @@ limitations under the License. .StreamView video { width: 100%; height: 100%; + min-height: 0; object-fit: contain; }