mirror of https://github.com/Chocobozzz/PeerTube
🐛 FIX: player width/heigth aspect ratio
to remove unnecessary black border above and below the video Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>pull/3929/head
parent
0a25749f14
commit
37ecefa256
|
@ -3,7 +3,7 @@
|
|||
@import '_bootstrap-variables';
|
||||
@import '_miniature';
|
||||
|
||||
$player-factor: 1.7; // 16/9
|
||||
$player-factor: #{16/9};
|
||||
$video-info-margin-left: 44px;
|
||||
|
||||
@function getPlayerHeight($width){
|
||||
|
|
Loading…
Reference in New Issue