Hi,
I seem to be unable to extend an image into the bleed area properly. What is the preferred method?
I tried using the following css:
@page {
size: 5.8in 4.11in;
marks: crop;
prince-trim: 0.2in;
prince-bleed: 0.2in;
background-image: url('imagecorrectaspect.jpg');
background-repeat: no-repeat;
background-position: -0.1in -0.1in;
margin: 0in;
}
The image is 5.8 x 4.11 inch
I use the background-position to move the image into the bleed area. You would expect it to be centered. But it's not. What am i doing wrong?
Thanks in advance.
I seem to be unable to extend an image into the bleed area properly. What is the preferred method?
I tried using the following css:
@page {
size: 5.8in 4.11in;
marks: crop;
prince-trim: 0.2in;
prince-bleed: 0.2in;
background-image: url('imagecorrectaspect.jpg');
background-repeat: no-repeat;
background-position: -0.1in -0.1in;
margin: 0in;
}
The image is 5.8 x 4.11 inch
I use the background-position to move the image into the bleed area. You would expect it to be centered. But it's not. What am i doing wrong?
Thanks in advance.