ElectronWebFrame.setZoomFactor method
ElectronWebFrame › setZoomFactor
Unofficial
Changes the zoom factor to the specified factor. Zoom factor is zoom percent divided by 100, so 300% =3.0. The factor must be greater than 0.0. Signature:
setZoomFactor(factor: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| factor | number | The zoom factor to set. |
Returns: void