995
Views
3
Comments
How to use background image in container
Question

how to use background image in container and how to set background styles property

2019-10-29 12-40-04
Nikolai Kaplin

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; }

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Sanju,

You could check out the CardBackground pattern of OutSystemsUI.

Regards,

Daniel

2022-05-26 11-25-15
KUNAL DHOBLE

Hi Sanju,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.