Forum How do I...?

how do I let image and title just fit in one page

awang
I mean it can auto scale to approximate pdf dimensions

when an image was large and exceed the pdf size, it seems been cut off a slice in the exported pdf.
mikeday
You can use the CSS max-width property, like this:
img { max-width: 100% }