Browse Source

Avoid broken video layout if local camera captures wrong aspect ratio.

pull/183/head
Simon Eisenmann 11 years ago
parent
commit
dafb0ccd83
  1. 2
      src/styles/components/_audiovideo.scss
  2. 2
      static/css/main.min.css

2
src/styles/components/_audiovideo.scss

@ -104,6 +104,7 @@
top: 0; top: 0;
transform: scale(-1, 1); transform: scale(-1, 1);
z-index: 2; z-index: 2;
overflow: hidden;
} }
video { video {
@ -135,6 +136,7 @@
transition-duration: .5s; transition-duration: .5s;
transition-property: opacity; transition-property: opacity;
z-index: 25; z-index: 25;
overflow: hidden;
&.visible { &.visible {
opacity: 1; opacity: 1;

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save