Quote:
Originally Posted by dwig
Judging from the appearance of the MOBI, the images are more like 120x150.
I would suggest that you put a <br /> tag between the 2nd and 3rd image and wrap all four in a <div> tag, perhaps applying a style (class) to the <div> to center the set. The images should be something near 600x800 pixels each to get the best resolution when enlarged to full screen. You then set the height and width in the <img> tags to a smaller size with the width is slightly less than 300 and the height proportional.
Check out my ePub from the earlier post to see this type of coding. If you don't already use it, I suggest you get Sigil to view/edit the code and styles in an ePub.
|
hi dwg.
The <br /> command did indeed work once I figured out where it should go.
(the epub was a bit more complicated than your example).
I also found the setting image size was actually done in the Css file produced by calibre (In my case I think I altered callibre12 style).
Anyway - I was thinking maybe 2 images 800w X 600H stacked on top of each other. When you zoom will these get rotated to fill the screen?
Thanks
Dave