View Single Post
Old 06-17-2025, 05:14 PM   #95
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,852
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Falkor View Post
I can make this one split, but it was tricky. It would only do it at one particular size.
Thank you very much for your test in your phisical device.

Quote:
I think it tries not to break images by default.
Seems like -webkit-column-break-inside, page-break-inside and break-inside are not supported, so it’s difficult to keep things together.
Images shouldn't split never; the code I employed should force that no matter the font-size. And it DOES, but in some ereades (very very few), the split appears. To deal with those cases and so to avoid splitting, I have to employ more elaborated styles (not present in the sample). What you say is exact: -webkit-column-break-inside, page-break-inside and break-inside are not being supported properly in your device. Your ereader tries to honor the code to avoid blank spaces (and it does it) but to get that, it splits images.

Last edited by RbnJrg; 06-17-2025 at 05:18 PM.
RbnJrg is offline   Reply With Quote