danfickle / danfickle/openhtmltopdf
Embedded image in css
Open
- 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
``
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.