Quote:
Originally Posted by momoha
This is the same code that I posted previously as the solution I found for the moment,...
|
In my last epub, I don't include any width or height inside the <img> tag. While you give the size of the image in the epub, inside the <img> tag, I give the size with css styles, so is not the same

.
Quote:
Edit: I just noticed your second code was different. This one shows up very tiny in Kobo.
|
In Kobo? What about Google Books?

Because my second code only use a measure, the width, and in percentage. If that works fine under Google Books, just make two epubs, one for Google (using the second method) and one for Kobo (and the others ereaders), with normal code and specifying only the width (in %) and height: auto (all that with css styles, being the images included with the first method).