dont lock video aspect

This commit is contained in:
legop3
2025-11-15 15:09:55 -05:00
parent fc7644366b
commit e2a121c1da
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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}