
: Re: Downscaled screenshots of HTML tables look blurry. Why? My EPUB contained many HTML tables, many of which would break on small screens. I therefore took screenshots of the tables and inserted
Sekhemty already gave a good answer. I just wanted to throw out further thoughts.
First, issues of rendering HTML tables and images are less severe on tablets with bigger screens. You can put a note on the book description that the ebook is best when viewed on a 9 inch tablet or something like that.
For Amazon books, my rule of thumb has been to upload the maximum resolution image into the ebook because Amazon will downsize the image automatically according to the type and size of device. Downsizing images is unnecessary for kindles.
Another idea (regardless of whether you do images or HTML tables) is to use CSS to force a page break and then render the table or image in landscape mode using the css. A lot of tables tend to be wider than taller, and I think readers are comfortable for viewing tables in landscape mode.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Karen

: What are criteria for determining whether an ebook file is pirated or non-infringing? After reading an earlier question which was marked closed as off-topic, ( Many sites propose free or cheap

: Do epub 3.0 pagebreaks always require an id? Is it within the EPUB 3.0 specification to have a pagebreak span without an id? I.e. <span epub:type="pagebreak" title="2"></span>