Skip to content

Image in CSS with "content"-attribute #211

Closed
@ghost

Description

Hello,

I have the problem, that in the generated PDF I don't see the images, which I addes in css:

Example 1:
.toc:before { content: url(../img/test/logo.jpg); }

Example 2:
@bottom-left { content: url(../img/test/logo.jpg); }

When I test it in html I see the image, so the code should be correct, but in the generated PDF there are no images. When I put only text in the "content"-Attribute I see this text in pdf, but image not.

Have you an idea for the issue?

Best regards,
Fabian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions