Quote:
Originally Posted by Falkor
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.