How to add Background Image in UI PATH APPS

Hi Community,

I need help with adding a background image in UiPath Apps. Could someone guide me on how to do this? Thanks in advance!

@sayali.p

As of now you have option to give colors for background but not images

only way you have is use html content container and build everything inside it so that image can be added via css…then you cannot use other app controls also everything needs to in html

cheers

1 Like

I managed to do it using template:


Replace image source to your own, you will need to play around with size (only resize image container), duplicate pages as needed and then edit content. Not all images will work, you will need enough details in your images to look good or opposite - not many details (like in template). Remember - you will be stretching your image about 4 times.

Have a fun!