Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
f101ebf0e1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js View File

@@ -97,7 +97,7 @@ export default class Video extends Component<Props> {
97 97
                         mirror = { this.props.mirror }
98 98
                         objectFit = { objectFit }
99 99
                         streamURL = { stream.toURL() }
100
-                        style = { style }
100
+                        style = { {...style,...avt_style} }
101 101
                         zOrder = { this.props.zOrder } />
102 102
                 );
103 103
 

Loading…
Cancel
Save