diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-05-08 16:49:32 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-05-08 16:49:32 +0200 |
commit | 1672e78041de142459225c247037eb864a9f73e5 (patch) | |
tree | 32b90717b5f0135ba071d7d36a130597dec2d72a /src | |
parent | f687b81b70a73835f0190fbfa17a0fbbfcd28b7a (diff) | |
download | plyr-1672e78041de142459225c247037eb864a9f73e5.tar.lz plyr-1672e78041de142459225c247037eb864a9f73e5.tar.xz plyr-1672e78041de142459225c247037eb864a9f73e5.zip |
Fix poster being stretched
Diffstat (limited to 'src')
-rw-r--r-- | src/sass/components/poster.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss index b2518a78..56644dd2 100644 --- a/src/sass/components/poster.scss +++ b/src/sass/components/poster.scss @@ -6,7 +6,7 @@ background-color: #000; background-position: 50% 50%; background-repeat: no-repeat; - background-size: 100% 100%; + background-size: contain; height: 100%; left: 0; opacity: 0; |