From a5ca23f06326027f7610f074b34b5edc667f7d59 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 24 Jan 2026 18:18:30 +0100 Subject: [PATCH] Update SKILL.md --- skills/playwriter/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/playwriter/SKILL.md b/skills/playwriter/SKILL.md index 73aaa3f..b8dcdb9 100644 --- a/skills/playwriter/SKILL.md +++ b/skills/playwriter/SKILL.md @@ -418,7 +418,7 @@ Always use `scale: 'css'` to avoid 2-4x larger images on high-DPI displays: await page.screenshot({ path: 'shot.png', scale: 'css' }); ``` -If you want to read back the image file into context make sure to resize it first, scaling down the image to make sure max size is 1500px. for example with `sips --resampleHeightWidthMax 1500 input.png --out output.png` on macOS +If you want to read back the image file into context make sure to resize it first, scaling down the image to make sure max size is 1500px. for example with `sips --resampleHeightWidthMax 1500 input.png --out output.png` on macOS. ## page.evaluate