diff --git a/src/styles/default/_rich-text.scss b/src/styles/default/_rich-text.scss index 586bad1c5..5e1014bed 100644 --- a/src/styles/default/_rich-text.scss +++ b/src/styles/default/_rich-text.scss @@ -68,7 +68,8 @@ :deep(img) { height: auto; - object-fit: cover; + -o-object-fit: cover; + object-fit: cover; display: inline-block; } @@ -111,7 +112,8 @@ :deep(iframe) { width: 100%; height: 400px; - object-fit: cover; + -o-object-fit: cover; + object-fit: cover; } :deep(a) { @@ -259,8 +261,7 @@ :deep(iframe) { width: 100%; - width: 100%; - height: auto; + min-height: 100%; } :deep(blockquote) {