Skip to content

Commit bcdf4e6

Browse files
committed
smaller size
1 parent a99ad47 commit bcdf4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/api/screenshot/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export async function GET(req: Request) {
3939

4040
// Set viewport to a reasonable size
4141
await page.setViewport({
42-
width: 1920,
43-
height: 1080,
42+
width: 1600,
43+
height: 900,
4444
});
4545

4646
// Navigate to URL with increased timeout and more reliable wait condition

0 commit comments

Comments
 (0)