From 90039c329c7f58593ab0f0717069d63b4ed84a7b Mon Sep 17 00:00:00 2001 From: Md Rashed Hossain Date: Mon, 13 Apr 2026 17:52:24 +0600 Subject: [PATCH 1/2] Update style-rtl.css --- src/wp-content/themes/twentynineteen/style-rtl.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index d09ae598bf95c..2bb69e0f9258b 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -4443,6 +4443,11 @@ body.page .main-navigation { max-width: 100% !important; } +.wp-block-embed__wrapper iframe[src*="youtube.com/shorts"] { + aspect-ratio: 9 / 16; + height: auto; +} + @media only screen and (min-width: 768px) { .entry .entry-content > iframe[style] { max-width: calc(8 * (100vw / 12) - 28px) !important; From a4548d21538397787dca723c29d36093944fb628 Mon Sep 17 00:00:00 2001 From: "wordpress-develop-pr-bot[bot]" <1178653+wordpress-develop-pr-bot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:55:12 +0000 Subject: [PATCH 2/2] Automation: Updating built files with changes. --- src/wp-content/themes/twentynineteen/style-rtl.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index f0234fcf1d882..ae969d6e88e84 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -4445,11 +4445,6 @@ body.page .main-navigation { max-width: 100% !important; } -.wp-block-embed__wrapper iframe[src*="youtube.com/shorts"] { - aspect-ratio: 9 / 16; - height: auto; -} - @media only screen and (min-width: 768px) { .entry .entry-content > iframe[style] { max-width: calc(8 * (100vw / 12) - 28px) !important;