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%; @@ -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;

Loading…
Cancel
Save