Commit 611693c9f82062c6d39f2f8d0f69513ac2cd4b0f
1 parent
7958beb8
点播详情全屏按钮处理
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/resources/templates/page/videoDetail.html
| @@ -98,8 +98,6 @@ | @@ -98,8 +98,6 @@ | ||
| 98 | var cover = [[${video.video_poster}]]; | 98 | var cover = [[${video.video_poster}]]; |
| 99 | cnliveVideo.init({ | 99 | cnliveVideo.init({ |
| 100 | "eleId": "videoBox", | 100 | "eleId": "videoBox", |
| 101 | - "width": 800,//指定放入指定ID元素内 | ||
| 102 | - "height": 450, | ||
| 103 | "model": 3, | 101 | "model": 3, |
| 104 | "autoplay": 1, | 102 | "autoplay": 1, |
| 105 | "currRate": 3, | 103 | "currRate": 3, |