> ## 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.

# ViewportOptions

Input options for setting the viewport size of a page.
Used in PageOptions or the 'setViewport' mutation.

## Definition

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

## Fields

### `width`

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

Viewport width in CSS pixels.

### `height`

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

Viewport height in CSS pixels.
