Change default viewport to 16:9
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
border-radius: 0.2em;
|
||||
text-align: center;
|
||||
content: "+";
|
||||
opacity: 0.6;
|
||||
opacity: 0.85;
|
||||
}
|
||||
.summary .notations {
|
||||
display: table;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
border-radius: 0.2em;
|
||||
text-align: center;
|
||||
content: "+";
|
||||
opacity: 0.6;
|
||||
opacity: 0.85;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user