From af2da91d7c801b6cad3472c8f36e4a62949784eb Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 18 Oct 2025 11:11:47 -0400 Subject: [PATCH] Fix youtube imbed size --- public_html/css/hpr.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 779fd3e..a0d088f 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -608,8 +608,8 @@ fieldset > table td input[type="radio"] { } #youtube { --video-ratio: calc(390 / 640); - width: min(calc(95vw + 0px), 640px); - height: min(calc(calc(95vw + 0px) * var(--video-ratio)), 320px); + width: min(calc(89vw + 0px), 640px); + height: min(calc(calc(89vw + 0px) * var(--video-ratio)), 390px); } #upload_method pre { max-width: 80vw;