Skip to content

Commit

Permalink
🐛 FIX: player width/heigth aspect ratio
Browse files Browse the repository at this point in the history
to remove unnecessary black border above and below the video

Signed-off-by: Jonas Sulzer <[email protected]>
  • Loading branch information
violoncelloCH authored and Chocobozzz committed Apr 5, 2021
1 parent 0a25749 commit 37ecefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 37ecefa

Please sign in to comment.