Hi, is there a way using any of the Pro themes abilities to have an image URL be updated after the page has loaded?
I have a tool that creates an image upon a user pressing a button, and I can retrieve the URL which I can output to an element, i.e. have it output to #imageoutput.
But i’d also like the image to be loaded so have the src URL updated once there is a URL.
Is there a way using the dynamic source for an image to be directed to an element on the page to retrieve the elements value once there is a URL there to read?
Alternatively, I realise I’ll need to custom code some JS and what not… but wanted to check before heading down that wormhole in case it’s already achievable.