Skip to content

Commit 1c14ae0

Browse files
committed
change clipheight
1 parent 6765512 commit 1c14ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ export class Baker extends EventEmitter {
461461
x: boundingBox.x,
462462
y: boundingBox.y,
463463
width: FIXED_FALLBACK_SCREENSHOT_WIDTH,
464-
height: 500,
464+
height: clipHeight,
465465
},
466466
});
467467
await page.close();

0 commit comments

Comments
 (0)