mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Paginator: prevent spread in portrait
Or, for vertical writing, in landscape
This commit is contained in:
@@ -179,7 +179,7 @@ The layout can be configured by setting the following attributes:
|
||||
- `gap`: a CSS `<percentage>`. The size of the space between columns, relative to page size.
|
||||
- `max-inline-size`: a CSS `<length>`. The unit must be `px`. The maximum inline size of the text (column width in paginated mode).
|
||||
- `max-block-size`: same as above, but for the size in the block direction.
|
||||
- `max-column-count`: integer. The maximum number of columns. Has no effect in scrolled mode.
|
||||
- `max-column-count`: integer. The maximum number of columns. Has no effect in scrolled mode, or when the orientation of the renderer element is `portrait` (or, for vertical writing, `landscape`).
|
||||
|
||||
(Note: there's no JS property API. You must use `.setAttribute()`.)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user