> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenOptions

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

## Definition

```graphql theme={null}
input ScreenOptions {
  width: Int!
  height: Int!
}
```

## Fields

### `width`

[Int!](/reference/graphql/scalars/int)

Screen width in CSS pixels. Example: `1920`.

### `height`

[Int!](/reference/graphql/scalars/int)

Screen height in CSS pixels. Example: `1080`.
