Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manual/player/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`.

Expand Down