Commit 611693c9f82062c6d39f2f8d0f69513ac2cd4b0f

Authored by 徐近程
1 parent 7958beb8

点播详情全屏按钮处理

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,