Skip to content

Commit 04caf12

Browse files
committed
style: improve viewport formatting in magnitude integration
1 parent 75bd904 commit 04caf12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integrations/magnitude.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ const agent = await startBrowserAgent({
4848
browser: {
4949
cdp: kernelBrowser.cdp_ws_url,
5050
contextOptions: {
51-
viewport: { width: 1920, height: 1080 }
51+
viewport: {
52+
width: 1920,
53+
height: 1080
54+
}
5255
}
5356
},
5457
llm: {

0 commit comments

Comments
 (0)