|
@@ -254,6 +254,11 @@ export default {
|
|
|
style = 'left:' + left_ + 'px;';
|
|
|
thr_.style.cssText = style;
|
|
|
}
|
|
|
+ } else {
|
|
|
+ const lvr_ = document.getElementById('look-video-left');
|
|
|
+ let stylel = 'width:70%;';
|
|
|
+ stylel += 'height:200px;';
|
|
|
+ lvr_.style.cssText = stylel;
|
|
|
}
|
|
|
}
|
|
|
const lvr_ = document.getElementById('look-video-right');
|