mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
dont lock video aspect
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>webui</title>
|
||||
<script type="module" crossorigin src="/assets/index-CVsa8jPZ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CIpY4YLn.css">
|
||||
<script type="module" crossorigin src="/assets/index-BqgbVRB7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C8Jiquik.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -106,7 +106,7 @@ export default function VideoTile({ sessionInfo, label, forceMute = false }) {
|
||||
|
||||
return (
|
||||
<div className="space-y-2">
|
||||
<div className="aspect-video w-full overflow-hidden rounded-2xl border border-slate-800 bg-black">
|
||||
<div className="w-full overflow-hidden rounded-2xl border border-slate-800 bg-black">
|
||||
<video
|
||||
ref={videoRef}
|
||||
muted={forceMute || muted}
|
||||
|
||||
Reference in New Issue
Block a user