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 Oct 1, 2018
1 parent b90de1a commit ab9567f
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 ab9567f

Please sign in to comment.