View Single Post
Old 08-08-2020, 08:19 AM   #5
Detroa
Junior Member
Detroa began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2020
Device: Kobo
Thank you so much to both of you for this explanation and that link.

Keeping in mind what phillipgessert said I fiddled with some of the code found in hobnail's link and the following paramaters seem to work!

Code:
<div>
	<img src="image.jpg" />
</div>

.div
{
	width: 100%;
	max-height: 100%;
	page-break-inside: avoid;
	break-inside: avoid;
}
.img
{
	max-width: 100%;
	max-height: 100%;
}
Detroa is offline   Reply With Quote