Skip to content

Commit babbe98

Browse files
committed
9:16 input
1 parent 94a13d7 commit babbe98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/app/components/playground/broadcast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export function BroadcastWithControls({ className }: { className?: string }) {
141141
mirrored={false}
142142
video
143143
noIceGathering
144-
aspectRatio={16 / 9}
144+
aspectRatio={isMobile ? 9 / 16 : 16 / 9}
145145
ingestUrl={ingestUrl}
146146
{...({
147147
iceServers: {

apps/app/components/welcome/featured/ManagedBroadcast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function ManagedBroadcast() {
6161
isMobile
6262
? cn(
6363
"flex-shrink-0 [&>div]:!pb-0 [&>div]:h-full",
64-
collapsed ? "h-8" : "h-64",
64+
collapsed ? "h-8" : "h-[28rem]",
6565
)
6666
: cn(
6767
"rounded-xl overflow-hidden",

0 commit comments

Comments
 (0)