View Single Post
Old 12-03-2015, 07:49 PM   #5
eggheadbooks1
Read, don't parrot.
eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 224
Karma: 110242
Join Date: Apr 2011
Device: Kindle Fire, Kobo Touch, Aldiko for Android
Quote:
Originally Posted by RbnJrg View Post
Ok, then try:

Code:
img {
     height: auto;
}
Alas, that's worse: in ADE, the image not only balloons to full screen but it overlaps text. I recall Kobo not reading "auto" as well when I tried it last year. Earlier today I also tried

Code:
img {
     height: 100%; 
     width: auto;
}
but that didn't work either. Sigh.

I just spoke with my friend. She agrees this is an exercise in futility and I'm going to make her a regular ePub with the height and width set in the image tag as has worked historically, and which pretty much every other ePub reader is programmed to recognize, and her family can download another (better) ePub reader to their iPads.

Thanks for your suggestions, though. Truly appreciated. (And the fact that there haven't been more suggestions on this forum, where I usually find solutions within a few hours, tells me that maybe there isn't a solution to this particular problem. Apple sucks.)
eggheadbooks1 is offline   Reply With Quote