Quote:
Originally Posted by turnroot
Hi!
Posting here because I have exactly the same issue with my Libra 2 in 2025 and can't seem to find a solution!
|
You edit the book to express image width/height in % or similar. I.e., instead of using:
width: 800px;
height: 1200px;
You could use:
width: 75%;
height: auto;
Swap which is using auto depending on which dimension is more critical.
Unfortunately some people are still formatting images as if mobi where absolute sizing was the only supported method was the destination format.