background-image: url(/img/Caves.jpg); background-size: 100%; background-attachment: fixed; overflow: scroll;
Thanks. The guide worked for me.
Hi Simone,
Did you check you are using right extension of the image? One thing to note is that in version 9 and earlier, svg images don't work.
Can you post a sample oml of how you are doing it?
Hello.
In this case it is necessary to ensure that the image has the eSpace name on the link.
The link should be: "/eSpaceName/targetDirectory/image.png"
How to add back ground image in outsystems .
Hello, Manoj
I believe that you just need to import the image that you pretend in Service Studio:
Then you just need to add it to your screen CSS stylesheet:
body { background-image: url('');}
You can copy the URL from the Runtime Path property from the image:
1. Upload image into Images folder in Interface > Elements
2. Open your CSS
3. Drap and drop that image into your CSS
code for it will be generated.