Browse Source

Allow upscaling of local mini video.

pull/119/head
Simon Eisenmann 11 years ago
parent
commit
1c61fafaab
  1. 1
      src/styles/components/_audiovideo.scss

1
src/styles/components/_audiovideo.scss

@ -132,6 +132,7 @@
display: block; display: block;
max-height: 100%; max-height: 100%;
max-width: 100%; max-width: 100%;
height: 100%;
} }
.localVideo { .localVideo {
background: $video-background; background: $video-background;

Loading…
Cancel
Save