We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f3c17 commit 6db07fbCopy full SHA for 6db07fb
lib/browserbaseDefaults.ts
@@ -6,7 +6,7 @@ export type BrowserbaseSessionCreateParams = Omit<
6
> & { projectId?: string };
7
8
export const DEFAULT_BROWSERBASE_VIEWPORT = {
9
- width: 2000,
+ width: 1288,
10
height: 711,
11
} as const;
12
0 commit comments