Commit 485096579753e869f3bb9594734054bf8e5df864
Merge branch 'dev'
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, |