epub.js icon indicating copy to clipboard operation
epub.js copied to clipboard

More than two columns

Open pgaskin opened this issue 9 years ago • 5 comments

Is there a way to show more than two columns on wider screens?

pgaskin avatar Dec 18 '16 02:12 pgaskin

This should be possible, but isn't something I've ever considered using. I'd certainly accept a PR adding the options to set multiple columns but I'm not likely to implement it any time soon.

fchasen avatar Mar 10 '17 20:03 fchasen

OK

pgaskin avatar Mar 10 '17 20:03 pgaskin

hi! how difficult could be to implement it, I'd like to contribute.  Could you point me to the right direction/files to edit? thank you!

ctwhome avatar Sep 13 '22 06:09 ctwhome

FWIW, I tried to do this a long while ago with https://github.com/johnfactotum/epub.js/commit/06c891f2482889294c70f04b71e8f2cb770da1cf and https://github.com/johnfactotum/epub.js/commit/bb1bfd4912bcb7f23d30c5ecec947f849fadac75, but there is a bug where it would often skip pages. Eventually I decided to abandon this feature and never got around to figure out what was wrong with my implementation.

johnfactotum avatar Sep 13 '22 16:09 johnfactotum

This shoud be a start, thanks for sharing! If you feel like revisiting the issue... 😅

ctwhome avatar Sep 15 '22 02:09 ctwhome