From 7a8846a088f056b66c0a5ddaee28f327f68e0b1e Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 27 Nov 2019 10:50:28 +0700 Subject: [PATCH] fixed video editor preview --- src/components/editors/VideoEditor/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/editors/VideoEditor/styles.scss b/src/components/editors/VideoEditor/styles.scss index 5184851c..77bd421a 100644 --- a/src/components/editors/VideoEditor/styles.scss +++ b/src/components/editors/VideoEditor/styles.scss @@ -2,6 +2,7 @@ padding-top: 56.25%; position: relative; border-radius: $radius; + background: 50% 50% no-repeat/cover; // background: darken($color: $content_bg, $amount: 2%); }