Adding background image

Hi,

I’m trying add a background image on the login screen of tasklist. I found the camunda-tasklist-ui.js file but was wondering how to get the image to be displayed on it.

Hey @etp,

The easiest way I can think of is to use the background-image css attribute and use a data URI[1] as source (base64 encoded image)

Custom CSS can be set according to our documentation[2]

Let me know if anything is unclear
Martin

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
[2] https://docs.camunda.org/manual/7.11/webapps/tasklist/configuration/#logo-and-header-color

1 Like