add video template 4
This commit is contained in:
@@ -443,8 +443,8 @@ function initDPlayer(strPlayUrl) {
|
||||
document.querySelector("video").style.maxHeight = "218px";
|
||||
document.querySelector(".video-play-page .dplayer-video-wrap").style.maxHeight = "218px";
|
||||
}else{
|
||||
document.querySelector("video").style.maxHeight = "480px";
|
||||
document.querySelector(".video-play-page .dplayer-video-wrap").style.maxHeight = "480px";
|
||||
document.querySelector("video").style.maxHeight = strMaxPlayHeight ?? '480px';
|
||||
document.querySelector(".video-play-page .dplayer-video-wrap").style.maxHeight = strMaxPlayHeight ?? '480px';
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user