From 82377bc37b40a7e6fa774f0b97465b548552a10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 9 Jan 2018 11:46:24 +0100 Subject: [PATCH] captures: up size to 1320x768 --- static/img/sources/integrations-graphiques/capture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/img/sources/integrations-graphiques/capture.js b/static/img/sources/integrations-graphiques/capture.js index 7225d0b..612c959 100644 --- a/static/img/sources/integrations-graphiques/capture.js +++ b/static/img/sources/integrations-graphiques/capture.js @@ -4,7 +4,7 @@ var system = require('system'); var address = system.args[1]; var filename = system.args[2]; -page.viewportSize = { width: 1100, height: 640 }; +page.viewportSize = { width: 1320, height: 768 }; page.clipRect = { top: 0, left: 0, width: page.viewportSize.width, height: page.viewportSize.height }; page.open(address, function() { page.render(filename);