Page Layout

Default layoutHow chapters open by default
{#if selectOpen === 'page-style'}
{#each [['single','Single page'],['longstrip','Long strip']] as [v, l]} {/each}
{/if}
Reading directionLeft-to-right for most manga, right-to-left for Japanese
{#if selectOpen === 'reading-dir'}
{#each [['ltr','Left to right'],['rtl','Right to left']] as [v, l]} {/each}
{/if}

Fit & Zoom

Default fit modeHow pages are scaled to fill the reader on open
{#if selectOpen === 'fit-mode'}
{#each [['width','Fit width'],['height','Fit height'],['screen','Fit screen'],['original','Original (1:1)']] as [v, l]} {/each}
{/if}

Behaviour

{#if !(settingsState.settings.autoNextChapter ?? false)} {/if}
Pages to preloadHow many pages ahead to fetch in the background while reading
{settingsState.settings.preloadPages}