View Single Post
Old 04-15-2016, 08:48 PM   #29
bentleymaniac
Enthusiast
bentleymaniac began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Oct 2015
Device: kobo
so, I've gone through and changed html for each image depending on the aspect ratio, in the form
Code:
<img style="height:100% width:auto" alt="Image_03" src="../Images/Image_03.png"/>
and
Code:
<img style="height:auto width:100%" alt="Image_03" src="../Images/Image_03.png"/>
so now my problem is that I still need to set the orientation of the screen to always portrait.

Also, ADE and Kobo are not displaying my embedded fonts (I think I have a coding error there).

Any help would be much appreciated.

The epub is attached (still incomplete, of course)untitled.epub

Last edited by bentleymaniac; 04-15-2016 at 09:28 PM.
bentleymaniac is offline   Reply With Quote