Adding a Background image on 2D Experience
Hi,
I'm trying to add a background image on 2D Project with Thingworx Studio.
With this code: (In the Home View in my case)
.Home{
background-image: url(#{$resources}/Uploaded/AutoSpire.jpg);
opacity: 0.2;
}
I can see the image on Thingworx Studio editor, but not on "PREVIEW" neither on mobile platform.
Any ideas?
Lionel

