View Single Post
Old 04-27-2022, 11:58 AM   #1
Lief
Connoisseur
Lief began at the beginning.
 
Posts: 59
Karma: 10
Join Date: Oct 2021
Device: Kindle 4
Any way to show double pages in comics/manga?

Hi,
I'm trying to setup the Calibre viewer to read manga. The first problem was that for some reason for some of my original awz3 file from amazon calibre viewer added a margin top to the image, so I used this style
Code:
img {
   margin: 0px 0px !important;
}
to avoid it (it was margin: 115px 0px before).

I still got a problem... even if I set my horizontal (landscape) pages to two it does not work for my comics/manga.
I like to read with two pages (like with a real manga) and I really like to see double pages as one... That's why I usually convert my ebook for kindle app, but I really want to use the open source alternative (calibre) and if I can solve this I will not need anything else.
Is this possible with Calibre Viewer?

PS. If I convert it to cbr I will see double pages but they will not be close on the center... I don't want any gap.

Last edited by Lief; 04-27-2022 at 12:36 PM.
Lief is offline   Reply With Quote