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