Skip to content

Commit ef67d67

Browse files
committed
smaller thumbnail 300 is enough
1 parent 974afe2 commit ef67d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue/screenshot-service/screenshot-server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ app.get('*', async (req, res) => {
6363
if (req.query.hasOwnProperty('thumbnail')) {
6464
screenshotUrl += '&thumbnail';
6565
pageOptions = {
66-
width: 600,
67-
height: 600,
66+
width: 300,
67+
height: 300,
6868
deviceScaleFactor: 1
6969
};
7070
}

0 commit comments

Comments
 (0)