From 1c61fafaab95be886c4548bee9d0b55034a5ad05 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 22 Sep 2014 10:55:16 +0200 Subject: [PATCH] Allow upscaling of local mini video. --- src/styles/components/_audiovideo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index b49a221a..55113ad8 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -132,6 +132,7 @@ display: block; max-height: 100%; max-width: 100%; + height: 100%; } .localVideo { background: $video-background;