
: Re: How to create an ePub full-page image which properly reflows I'm interested in taking some text and making an ePub e-book out of it. It has full-page images in it. Is there some way in ePub
I have some ideas here, but I haven't tested it out. Also, a lot depends on support on reading system.
In epub3, it's possible to use CSS to force a page break before or after an element. Something like this: img.fullpage {page-break-after: always;}
Conversely, you could use img.fullpage {page-break-before: always;}
The only catch is that it's not supported in Google Play Books. I think it works in some (most?) Kindles.
As you describe the problem, font-size is irrelevant.
Also, your css code should let the image resize depending on screen size. I use max-width. On kindles, max-width is NOT supported, so here's how I do it. kdp.amazon.com/community/thread.jspa?messageID=1005910&
One more thing. Because of the flakiness of support for page-break-after, I try to put images at the beginning or end of chapters.
This formatting issue shouldn't be hard if everybody supported epub3 adequately. Unfortunately some reading systems -- and some older devices don't.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Julie

: .OTF vs. .TTF for embedding fonts in epub/kindle reading systems: which is better? I am testing some of the Google free fonts for embedding in epub files (following directions from this article):

: What are serif and sans serif fonts on different ebook reading systems? In epub and kindle css, you can specify a fallback font by specifying p {font-family: "Georgia", serif} h1 {font-family: