From d1acde5af136a952ae8fbc045ddff917cc0fad73 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 2 Oct 2025 20:29:44 +0530 Subject: [PATCH] New WebRTC Component Changes --- src/components/WebRtcPlayer.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/WebRtcPlayer.astro b/src/components/WebRtcPlayer.astro index ee9a028..139591f 100644 --- a/src/components/WebRtcPlayer.astro +++ b/src/components/WebRtcPlayer.astro @@ -25,6 +25,7 @@ const id = `${Math.random().toString(36).slice(2)}`; .video-wrap { position: relative; width: 100%; + height: 100%; aspect-ratio: 16/9; background: black; display: flex; @@ -96,6 +97,7 @@ const id = `${Math.random().toString(36).slice(2)}`;