aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2021-04-18 16:58:44 +1000
committerGitHub <noreply@github.com>2021-04-18 16:58:44 +1000
commit438e42583859eed0d2e9fd1a00b9cdc32a71f9b4 (patch)
tree95660a86c755d79b04bc3e18b7375b970df63281 /demo
parentddb5ad071e4f6387cce72156ba1d85e75d41fd2c (diff)
downloadplyr-438e42583859eed0d2e9fd1a00b9cdc32a71f9b4.tar.lz
plyr-438e42583859eed0d2e9fd1a00b9cdc32a71f9b4.tar.xz
plyr-438e42583859eed0d2e9fd1a00b9cdc32a71f9b4.zip
fix: aspect ratio improvements (#2171)
- Use CSS aspect-ratio (retain fallback for legacy browsers) - Round aspect ratios (fixes YouTube black border issue)
Diffstat (limited to 'demo')
-rw-r--r--demo/src/sass/settings/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/sass/settings/layout.scss b/demo/src/sass/settings/layout.scss
index 77185344..820423ca 100644
--- a/demo/src/sass/settings/layout.scss
+++ b/demo/src/sass/settings/layout.scss
@@ -2,4 +2,4 @@
// Layout
// ==========================================================================
-$container-max-width: 1260px;
+$container-max-width: 1240px;