changing the size

This commit is contained in:
Peter Hedenskog 2012-10-03 22:58:55 +02:00
parent 2dbfdd07b8
commit 3a619cedfb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (phantom.args.length < 2 || phantom.args.length > 3) {
} else {
address = phantom.args[0];
output = phantom.args[1];
page.viewportSize = { width: 1440, height: 900 };
page.viewportSize = { width: 1440 , height: 600};
page.open(address, function (status) {
if (status !== 'success') {
console.log('Unable to load the address!');