Quote:
Originally Posted by mclien
Hi there,
I own an old Trekstor Pyrus mini.
Sadly I have book with some images/ graphics, which won't display completely. Only the left half of the image is shown and the rest is cut of.
Changing the font size or rotating the book to landscape won't help.
Is there a way to re-edit the epub file directly?
EDIT.
Sorry, my bad, seems to be a problem of the reader. Calibre scales it correctly.
So, I guess it's something about the settings of the epub format. It seems calire has some settings to change settings, like I can convert the book from one epub format to another. Any hints on that?
|
In the CSS, add the following code...
Code:
img {
max-height: 100%;
max width: 100%;
}