From 6351c19594a8c5d8b7f97be580c05fbed294c37b Mon Sep 17 00:00:00 2001 From: albertchae <217050+albertchae@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:48:45 -0700 Subject: [PATCH] Use v3 option name for terminalFontSize --- docs/manual/player/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/player/options.md b/docs/manual/player/options.md index 4e87f40..e334825 100644 --- a/docs/manual/player/options.md +++ b/docs/manual/player/options.md @@ -190,7 +190,7 @@ Possible values: * `"width"` - scale to full width of the container * `"height"` - scale to full height of the container (requires the container element to have fixed height) * `"both"` - scale to either full width or height, maximizing usage of available space (requires the container element to have fixed height) -* `false` / `"none"` - don't scale, use fixed size font (also see `fontSize` option below) +* `false` / `"none"` - don't scale, use fixed size font (also see `terminalFontSize` option below) Defaults to `"width"`.