Change default viewport to 16:9

This commit is contained in:
Gaël Métais
2015-02-06 09:44:26 +01:00
parent 47f0e1f1bf
commit e9259356bd
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
border-radius: 0.2em;
text-align: center;
content: "+";
opacity: 0.6;
opacity: 0.85;
}
.summary .notations {
display: table;
+1 -1
View File
@@ -48,7 +48,7 @@
border-radius: 0.2em;
text-align: center;
content: "+";
opacity: 0.6;
opacity: 0.85;
}
}
}
+1
View File
@@ -29,6 +29,7 @@ var PhantomasWrapper = function() {
'js-deep-analysis': task.options.jsDeepAnalysis || false,
'user-agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36',
'screenshot': task.options.screenshot || false,
'viewport': '1366x768',
// Mandatory
'reporter': 'json:pretty',