diff --git a/lighthouse-core/lib/emulation.js b/lighthouse-core/lib/emulation.js index cb257b7e1864..499842c1a1ea 100644 --- a/lighthouse-core/lib/emulation.js +++ b/lighthouse-core/lib/emulation.js @@ -33,8 +33,8 @@ const NEXUS5X_EMULATION_METRICS = { */ const DESKTOP_EMULATION_METRICS = { mobile: false, - width: 1366, - height: 768, + width: 1350, + height: 940, deviceScaleFactor: 1, };