UI Image from URL given by equipment point

I want to show an image on an UI page. One image out of a couple images, stored at /static/Images/…
Frequently a rule creates the URL of the actual image to be shown, stored in an equipment point.

Is there a way to show this very image? Did not found any helping articles.
In an old post (2016) they stated, the only way to do so is copy the requested image to the static URL-Path. Any changes since then?

Thanks for your help.
Peter

url: =items.MyCalculatedImageURL.state

Thats it!
I have such a great respect for the widgets code, I didn’t dare to test this simple, straight forward syntax.