scale
Zoom the webpage content in the PGM scene.
Address
/htmlGraphics/scale [scale]
| Type | Description | |
|---|---|---|
| argument 1 | Int | Zoom factor, ranging from 25 to 500 |
Example
Zoom in the webpage content to 2x.
/htmlGraphics/scale 200
Zoom out the webpage content to 0.5x.
/htmlGraphics/scale 50
Note: Floating point numbers will be rounded down.
/htmlGraphics/scale 1.9 = /htmlGraphics/scale 1