From 7438f108a660b486589f3f502dd2cea42be808d2 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 18 Apr 2014 15:46:40 +0200 Subject: [PATCH] Make sure to align videos to the top. --- src/styles/components/_webrtc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_webrtc.scss b/src/styles/components/_webrtc.scss index 9ba87755..9cb9d56d 100644 --- a/src/styles/components/_webrtc.scss +++ b/src/styles/components/_webrtc.scss @@ -113,7 +113,7 @@ max-width:100%; .remoteVideo { display: inline-block; width:100%; -height:100%; +max-height:100%; vertical-align:bottom; position:relative; visibility:hidden;