Skip to content

Commit 4795fa4

Browse files
Merge pull request #8 from nuxt-company/feat/change-screenshot-ratio
Feat: change screenshot ratio to 4:3
2 parents 272d141 + 93e5b94 commit 4795fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ module.exports = async function (originalUrl) {
6767

6868
await page.setUserAgent('Vue-Telemetry')
6969
await page.setViewport({
70-
width: 1738,
71-
height: 1080,
70+
width: 1680,
71+
height: 1260,
7272
deviceScaleFactor: 1,
7373
})
7474
await page.setCookie({

0 commit comments

Comments
 (0)