puppeteer/website/versioned_docs/version-19.8.0/api/puppeteer.viewport.devicescalefactor.md
release-please[bot] dcfec6dbbd
chore: release main (#9863)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-24 11:22:06 +01:00

437 B

sidebar_label
Viewport.deviceScaleFactor

Viewport.deviceScaleFactor property

Specify device scale factor. See devicePixelRatio for more info.

Signature:

interface Viewport {
  deviceScaleFactor?: number;
}

Default value:

1

Remarks

Setting this value to 0 will set the deviceScaleFactor to the system default.