<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ScreenshotOptions](./puppeteer.screenshotoptions.md) &gt; [captureBeyondViewport](./puppeteer.screenshotoptions.capturebeyondviewport.md)

## ScreenshotOptions.captureBeyondViewport property

If you need a screenshot bigger than the Viewport

<b>Signature:</b>

```typescript
captureBeyondViewport?: boolean;
```