Forum How do I...?

Scaling images in the page header or footer

aimfeld
Hi there,

I'm trying to scale an image in my page header, but I haven't succeeded yet. Here's my css:

@page {    
    @top-left {
        margin-left: -40px;
        content: url('../img/logo_de.gif');    
    }
    ...
}


I have tried specifying the width attribute inside of top-left and so on, but the size of the image in the pdf didn't change.

Thanks for your suggestions, Adrian