Skip to content

Commit 6db07fb

Browse files
committed
revert back to 1288
1 parent 60f3c17 commit 6db07fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserbaseDefaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type BrowserbaseSessionCreateParams = Omit<
66
> & { projectId?: string };
77

88
export const DEFAULT_BROWSERBASE_VIEWPORT = {
9-
width: 2000,
9+
width: 1288,
1010
height: 711,
1111
} as const;
1212

0 commit comments

Comments
 (0)