how to use background image in container and how to set background styles property
Hello,
Apply something like this style to your container (of course, before that add an image to images folder on interface tab).
.StyleName { background:url(/YourModule/img/ImageName.png) no-repeat center center fixed; background-size: cover; }
Hi Sanju,
You could check out the CardBackground pattern of OutSystemsUI.
Regards,
Daniel
Please check the following link as I had posted the answer for the same:
https://www.outsystems.com/forums/discussion/70990/background-image-set-using-theme-editor/#Post329375
Cheers,
Kunal Dhoble