Hi!
I’d like to dynamically reference images from my assets (uploaded images) via javascript. How can I do that?
The only solution I’ve come up until now is to put all images into the page and hide them first via display:none css code. But this will cause the page to load all images in advance.
I’d really like to keep the assets on unbounce and not split it up to external resources from another server if not necessary.
Any ideas?
Thanks!