|
@@ -166,7 +166,7 @@ function canplay() {
|
|
|
let r_width = left.value.$el.offsetWidth - 52;
|
|
|
let h = (video.value.videoWidth / video.value.videoHeight) * r_width;
|
|
|
if (h > window.screen.height) {
|
|
|
- h = window.screen.height - 252;
|
|
|
+ h = window.screen.height - 352;
|
|
|
}
|
|
|
image_data.value = {
|
|
|
height: h,
|