Fix player width with playlist
This commit is contained in:
parent
1198edf4bb
commit
58f3c3f109
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue