🐛 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
Jonas Sulzer 2021-04-04 01:35:55 +02:00 committed by Chocobozzz
parent 0a25749f14
commit 37ecefa256
1 changed files with 1 additions and 1 deletions

View File

@ -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){