I am trying to put css in a mixin
when I put the path to my image in the theme folder I get the app package prefix in the url and it doesent find the image
tried without the quotes… and its still putting that package path there…
Without a file structure, it’s hard to provide a solution. I can only assume that the images directory is placed within the theme root folder and the style definition in the helium-ext.scss file that is located in the com.dynamoware.ambient directory. In this case, the correct image url is "../images/logoColor.png", e.g.:
Balshoi spasibo for answering on a weekend Mr. Gorelov
YES !!! that worked for the images… I was very confused to see a package name in the css.
Thank you for the help…
Finally is there any clue on how to put an mp4 as a background for a vbox?