mirror of https://github.com/Chocobozzz/PeerTube
Fix player width with playlist
parent
1198edf4bb
commit
58f3c3f109
client/src/app/videos/+video-watch
|
@ -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…
Reference in New Issue