Skip to content

ElectronWebContents.setZoomFactor method

ElectronWebContents › setZoomFactor

Unofficial

Changes the zoom factor to the specified factor.

Signature:

setZoomFactor(factor: number): void

Parameters:

Parameter Type Description
factor number The zoom factor. Must be greater than 0.0.

Returns: void