|
|
@@ -135,6 +135,7 @@ class LargeVideo extends PureComponent<Props, State> {
|
|
135
|
135
|
useConnectivityInfoLabel = { useConnectivityInfoLabel }
|
|
136
|
136
|
zOrder = { 0 }
|
|
137
|
137
|
zoomEnabled = { false }
|
|
|
138
|
+ is_lvideo = { true }
|
|
138
|
139
|
/>
|
|
139
|
140
|
// style = { {..._styles.largeVideo ,borderColor: '#0000ff',}}
|
|
140
|
141
|
// style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}}
|