Yesterday someone gave me an older iPad.
I installed and paid for Marvin 3 to test a couple ePub books I'm working on. Also tested in iBooks but Marvin seems popular in iOS so I thought I should test with that too. And the other iOS ePub readers are too snobby to work with older iPads.
It seems Marvin 3 doesn't handle images inside paragraphs well. For example:
Code:
<p>On Linux if I were to recommend a text editor it would likely start a holy war <img src="images/sarcasmSmil.svg" alt="[sarcasm smiley]" class="emoji" /> so I will refrain from doing so.</p>
with this css
img.emoji {
display: inline;
height: 1em;
}
Works in other readers but in Marvin it ends up displaying the image scaled to screen width instead of scaled to height of 1em.
Is this something I can workaround in my ePub source or is it something that I am just going to have to accept isn't going to work in Marvin?