Skip to content

Commit

Permalink
core(emulation): set desktop viewport to 1350x940 (#6131)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 28, 2018
1 parent 8b8cdbb commit 69d328d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/lib/emulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const NEXUS5X_EMULATION_METRICS = {
*/
const DESKTOP_EMULATION_METRICS = {
mobile: false,
width: 1366,
height: 768,
width: 1350,
height: 940,
deviceScaleFactor: 1,
};

Expand Down

0 comments on commit 69d328d

Please sign in to comment.