captures: up size to 1320x768

This commit is contained in:
Frédéric Péters 2018-01-09 11:46:24 +01:00
parent 71c8eb8b1e
commit 82377bc37b
1 changed files with 1 additions and 1 deletions

View File

@ -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);