- fixed cropped live feed and amended APIs for submission

This commit is contained in:
2025-11-10 11:55:15 +00:00
parent a734de6261
commit ddeedd2d72
7 changed files with 281 additions and 53 deletions

View File

@@ -30,7 +30,7 @@ const OverviewVideoContainer = ({
trackMouse: true,
});
return (
<Card className={clsx("relative min-h-[40vh] md:min-h-[60vh] max-h-[80vh] lg:w-[70%] overflow-y-hidden")}>
<Card className={clsx("relative min-h-[40vh] md:min-h-[40vh] max-h-[70vh] lg:w-[70%] overflow-y-hidden")}>
<div className="w-full" {...handlers}>
<SnapshotContainer
side={side}