Skip to content
HTML/CSS to ImageDocs

Improvements to transparency rendering

Copy page

Background transparency now also works for images generated from URLs. To do it, pass the following code in your CSS param.

body {
background-color: transparent;
}

Note: this will only work for PNG’s. Jpeg’s do not support transparency.

All updates