Reduce screenshot width

This commit is contained in:
Gaël Métais
2015-02-05 18:49:42 +01:00
parent 6a844e163b
commit b5ac42792e
+1 -1
View File
@@ -78,7 +78,7 @@ var ApiController = function(app) {
if (run.params.screenshot) {
// Replace the empty promise created earlier with Q.resolve()
screenshotPromise = screenshot.toThumbnail(600)
screenshotPromise = screenshot.toThumbnail(400)
// Read screenshot
.then(function(screenshotBuffer) {