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 <jonas@violoncello.ch>
  • Loading branch information
violoncelloCH committed Apr 4, 2021
1 parent 0a25749 commit d8e33e7
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 d8e33e7

Please sign in to comment.