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%;
}