From 3132ff2629e60b9cca575dbb6807f32bcdd24d7e Mon Sep 17 00:00:00 2001 From: zhixuan Date: Tue, 27 Jul 2021 17:29:06 +0900 Subject: [PATCH] update --- assets/scss/partials/layout/article.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/assets/scss/partials/layout/article.scss b/assets/scss/partials/layout/article.scss index 211a6da..4309039 100644 --- a/assets/scss/partials/layout/article.scss +++ b/assets/scss/partials/layout/article.scss @@ -385,15 +385,7 @@ padding-bottom: 56.25%; overflow: hidden; - & > iframe { - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - border: 0; - } - & > video { + & > iframe, & > video { position: absolute; width: 100%; height: 100%;