# Improvements to transparency rendering

February 16, 2021

[Background transparency](/guides/styling/transparent-background/) now also works for images generated from URLs. To do it, pass the following code in your CSS param.

```plaintext
body {
  background-color: transparent;
}
```

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

[All updates](/changelog/)

Previous: [Demo and example pages now include an options tab](/changelog/2021-02-04-demo-and-example-pages-now-include-an-options-tab/) — Feb 4, 2021

Next: [Image console on the dashboard](/changelog/2021-03-31-image-console-on-the-dashboard/) — Mar 31, 2021
