bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

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


Load Full (0)

Login to follow story

More posts by @Julie

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top