Browse Source

fix video not showing in 1on1 call

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/108/head
Jan-Christoph Borchardt 9 years ago
parent
commit
2061342e8a
  1. 4
      css/style.css

4
css/style.css

@ -125,6 +125,10 @@ video {
height: 100%;
overflow: hidden;
}
.participants-2 #remotes {
position: initial;
}
.participants-3 .videoContainer,
.participants-3 .videoView {
width: 33%;

Loading…
Cancel
Save