danfickle / danfickle/openhtmltopdf

Embedded image in css

Open
#858 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.2k
Forks
423
PR merge metrics
No merged PRs in 30d

Description

if I embedded image directly in img tag that work

`Business Logo`

But if I do
```
.logo2 {
background-image:url("data:image/png;base64,....");
background-size: 100px 100px;
}
```

and in the html

`

`

nothing is displayed

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.