1
0
Fork 0

Fix player width with playlist

This commit is contained in:
Chocobozzz 2019-08-02 11:16:42 +02:00
parent 1198edf4bb
commit 58f3c3f109
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ $player-factor: 1.7; // 16/9
}
::ng-deep .video-js {
width: getPlayerWidth(66vh);
width: 100%;
max-width: getPlayerWidth(66vh);
height: 66vh;
// VideoJS create an inner video player