Vimeo offset tweak (fixes #826)

This commit is contained in:
Sam Potts
2018-03-22 01:08:08 +11:00
parent c251c94131
commit 5eafe9baff
12 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@
.plyr__video-embed {
// Default to 16:9 ratio but this is set by JavaScript based on config
$padding: ((100 / 16) * 9);
$height: 200;
$height: 240;
$offset: to-percentage(($height - $padding) / ($height / 50));
height: 0;