Show fullscreen room

This commit is contained in:
2024-09-01 01:26:15 +02:00
parent b019e81b9b
commit 2b157c7c8a
3 changed files with 121 additions and 110 deletions

View File

@@ -25,7 +25,7 @@ export default function Room(details: RoomDetails) {
<whereby-embed
ref={wherebyRef}
room={roomUrl}
style={{ width: "100%", height: "98%" }}
style={{ width: "100vw", height: "100vh" }}
/>
)}
</>