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)}`;