Input options for emulating screen dimensions. Used within PageOptions. This defines the overall screen size, not just the browser viewport.

Definition

input ScreenOptions {
  width: Int!
  height: Int!
}

Fields

width

Int! Screen width in CSS pixels. Example: 1920.

height

Int! Screen height in CSS pixels. Example: 1080.