|
@@ -41,6 +41,10 @@ Changes the zoom level to the specified level. The original size is 0 and each
|
|
|
increment above or below represents zooming 20% larger or smaller to default
|
|
|
limits of 300% and 50% of original size, respectively.
|
|
|
|
|
|
+> **NOTE**: The zoom policy at the Chromium level is same-origin, meaning that the
|
|
|
+> zoom level for a specific domain propagates across all instances of windows with
|
|
|
+> the same domain. Differentiating the window URLs will make zoom work per-window.
|
|
|
+
|
|
|
### `webFrame.getZoomLevel()`
|
|
|
|
|
|
Returns `Number` - The current zoom level.
|