I'm trying to add an image that covers the front page completely.
For that purpose there's an empty first chapter
For that purpose there's an empty first chapter
<chapter id="cover" />
and the CSS seems to work somewhat: chapter#cover {
page: chapter-cover;
}
@page chapter-cover:first {
background-image: url("images/cover-image.jpeg");
background-size: 100% 100%;
prince-background-image-resolution: "300dpi";
}
However, the image, being a 834px by 1200px, is way too large for a 6in by 9in page. I can't figure out how to scale it to fit?