|
@@ -649,7 +649,7 @@ export default {
|
|
// autoplay success
|
|
// autoplay success
|
|
// 播放成功时调用css属性
|
|
// 播放成功时调用css属性
|
|
const _lvideoid_ = document.getElementById(this.lvideoid_);
|
|
const _lvideoid_ = document.getElementById(this.lvideoid_);
|
|
- const style = 'width: 100%; height: 200px; position: absolute; transform: rotateY(0); object-fit: fill';
|
|
|
|
|
|
+ const style = 'width: 100%; height: 100%; position: absolute; transform: rotateY(0); object-fit: fill';
|
|
_lvideoid_.style.cssText = style;
|
|
_lvideoid_.style.cssText = style;
|
|
})
|
|
})
|
|
.catch(e => {
|
|
.catch(e => {
|