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.