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