SizeMode
constSizeMode:object
Defined in: core/src/options.ts:40
How the book sizes itself.
Type Declaration
Section titled “Type Declaration”
readonlyfixed:"fixed"="fixed"
Pages are exactly width x height CSS pixels.
stretch
Section titled “stretch”
readonlystretch:"stretch"="stretch"
Pages scale to the container, keeping the width:height ratio, between minWidth and maxWidth.