Hi, I am working with both print (300dpi) and web (72dpi) images, but I'm having trouble getting Prince to recognise the difference.
If I use:
or
or
or
my print resolution images come out way too big.
If I use:
my web resolution images come out way too small.
The print images are 300dpi tiffs created in Photoshop. The web images are 72dpi gifs, also created with Photoshop.
If I use:
body { prince-image-resolution: auto; }
or
body { prince-image-resolution: auto, 72dpi ; }
or
body { prince-image-resolution: 72dpi, 300dpi; }
or
body { prince-image-resolution: 300dpi, 72dpi; }
my print resolution images come out way too big.
If I use:
body { prince-image-resolution: auto, 300dpi ; }
my web resolution images come out way too small.
The print images are 300dpi tiffs created in Photoshop. The web images are 72dpi gifs, also created with Photoshop.