Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
611693c9f82062c6d39f2f8d0f69513ac2cd4b0f
Authored by
徐近程
2020-08-04 13:27:48 +0800
1 parent
7958beb8
点播详情全屏按钮处理
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/resources/templates/page/videoDetail.html
src/main/resources/templates/page/videoDetail.html
View file @
611693c
...
...
@@ -98,8 +98,6 @@
98
98
var cover = [[${video.video_poster}]];
99
99
cnliveVideo.init({
100
100
"eleId": "videoBox",
101
- "width": 800,//指定放入指定ID元素内
102
- "height": 450,
103
101
"model": 3,
104
102
"autoplay": 1,
105
103
"currRate": 3,
...
...