Edit: Solved: Set a background image using -Attributes - works from a URL, not locally
For the life of me I can’t get this working. I realize New-UDImage can create an image, but I need to set a tiling background. Seems like it should be simple, but this isn’t working. It works fine if i use a url instead of a path.
What am i missing?
New-UDElement -Tag 'div' -Attributes @{'style' = @{'background-image' = "url(./assets/prism.png)" } }