Browse Source

Make sure to align videos to the top.

pull/25/head
Simon Eisenmann 11 years ago
parent
commit
7438f108a6
  1. 2
      src/styles/components/_webrtc.scss

2
src/styles/components/_webrtc.scss

@ -113,7 +113,7 @@ max-width:100%;
.remoteVideo { .remoteVideo {
display: inline-block; display: inline-block;
width:100%; width:100%;
height:100%; max-height:100%;
vertical-align:bottom; vertical-align:bottom;
position:relative; position:relative;
visibility:hidden; visibility:hidden;

Loading…
Cancel
Save