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 a99ad47 commit bcdf4e6Copy full SHA for bcdf4e6
frontend/src/app/api/screenshot/route.ts
@@ -39,8 +39,8 @@ export async function GET(req: Request) {
39
40
// Set viewport to a reasonable size
41
await page.setViewport({
42
- width: 1920,
43
- height: 1080,
+ width: 1600,
+ height: 900,
44
});
45
46
// Navigate to URL with increased timeout and more reliable wait condition
0 commit comments