satorumurmur / bibi

Bibi | EPUB Reader on your website.
https://bibi.epub.link
MIT License
833 stars 123 forks source link

Make Vertical Scroll the default settings #131

Open EmmanuelTola opened 2 years ago

EmmanuelTola commented 2 years ago

Hello! When an epub is opened, it automatically opens with the "Spread Page" setting. Is there a way to make every epub file automatically open with the vertical Scroll setting. Thanks for reading!!

satorumurmur commented 2 years ago

@E-TechDev The default view mode is defined with "reader-view-mode" option in the preset file bibi/presets/default.js. If you change the value of it from "paged" to "vertical", the default view mode of your Bibi is changed to the vertical scrolling view. Please try it. Thanks.