View Single Post
Old 05-01-2017, 05:24 PM   #21
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by fluoresce View Post
Thanks, theducks!

I've just gone through all of the images in my EPUB. There are 149 of them. Half of them do not have their height and width defined, so they look like this:

<img alt="whatever" src="whatever.png"/>

Do I have to add the width and height of every image, as I would if it were a website?
Are your images high resolution? There are a lot of Readers out there that are high resolution such as Kindles and Kobos. If the images are of low resolution, they will be hard to see. You really should test this on an actual high resolution Reader to see for yourself.

As to the images, there are many different screen sizes including phones & tablets. You'd be best to use %.

<img alt="whatever" src="whatever.png" height="50%"/>

The problem is that without a Reader, you won't be seeing what someone with a Reader will see. So get one and test away but it has to be high resolution and a Kobo would be better than a Kindle since your source is ePub. I suggest the Kobo Aura H2O.
JSWolf is offline   Reply With Quote