优化jessibuca播放器

pull/1242/head
648540858 2024-01-08 17:30:48 +08:00
parent b15e559eae
commit 1af6324a09
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div ref="container" @dblclick="fullscreenSwich" <div ref="container" @dblclick="fullscreenSwich"
style="width:100%;height:100%;background-color: #000000;margin:0 auto;position: relative;"> style="width:100%;height:100%;min-height: 200px;background-color: #000000;margin:0 auto;position: relative;">
<div class="buttons-box" id="buttonsBox"> <div class="buttons-box" id="buttonsBox">
<div class="buttons-box-left"> <div class="buttons-box-left">
<i v-if="!playing" class="iconfont icon-play jessibuca-btn" @click="playBtnClick"></i> <i v-if="!playing" class="iconfont icon-play jessibuca-btn" @click="playBtnClick"></i>
@ -80,9 +80,10 @@ export default {
height = clientHeight height = clientHeight
width = (16 / 9) * height width = (16 / 9) * height
} }
if (width > 0 && height > 0) {
dom.style.width = width + 'px'; dom.style.width = width + 'px';
dom.style.height = height + "px"; dom.style.height = height + "px";
}
}, },
create() { create() {
let options = { let options = {

0
web_src/static/js/jessibuca/decoder.wasm Normal file → Executable file
View File

File diff suppressed because one or more lines are too long