
: Re: Stretching an image to fit the screen I am converting a book for use on a Kindle 7. I want certain images to display as large as possible while keeping the original aspect ratio. I can get
I am on linux, so I use the calibre convert-ebook command-line tool to convert to open-ebook format which is just a directory with the files in.
ebook-convert ebook.mobi ebook_files
I see this format option doesn't seem to be available from the GUI. But you could convert your mobi back to epub (which is a simple zip file), change the extension to zip, unzip it, and see what has survived of your css etc.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Ted

: I can't find the mobi format ebooks I copied from my computer to my kindle via usb, what should I do? Transferring ebooks in mobi file to my kindle used to be hassle free. I just drag it

: You can use page-break-inside: avoid; in your CSS to keep information from breaking across pages where possible in a reflowable epub file, though not all reading systems will honor it. Another