Skip to content

Commit 6292b28

Browse files
committed
Properly disable more-than-two-column-view
See 58d5e50
1 parent c20a782 commit 6292b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epubView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const getIbooksInternalTheme = bgColor => {
6060
const layouts = {
6161
'auto': {
6262
renderTo: `'viewer'`,
63-
options: { width: '100%', flow: 'paginated' }
63+
options: { width: '100%', flow: 'paginated', maxSpreadColumns: 2 }
6464
},
6565
'single': {
6666
renderTo: `'viewer'`,

0 commit comments

Comments
 (0)