View Single Post
Old 06-18-2024, 04:40 PM   #17
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,432
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
In the content.opf in a random epub3 file I opened, the spine tag shows as:

Code:
<spine toc="ncx">
To modify this, simply add the page-progression-direction="rtl" to the spine tag so it shows as:
Code:
<spine toc="ncx" page-progression-direction="rtl">
IIRC, the page-progression-direction is only supported in epub3 and even there some renderers do not support it.
DNSB is online now   Reply With Quote