Images from Resources into an HTML Widget

I’m trying to enter an image from my resources into an HTML widget on my scene. this code doesn’t seem to be working for me and I was wondering where I went wrong.

eventually I would like to ad a video in the widget as well. I am trying to get the scrolling function for a mobile app and have a tall image that needs to slide up and down. How would I link the video to the section so it swipes in sync?

But mainly, I’m not sure what’s wrong with the code to get at least the image to appear and work.

Thank you :slight_smile:

@evk0520

Hi emily!

See if the following works for your code snippet:
<img src="${resourcesFolderName}/yourFile.png">

I don’t have an answer about the video “swiping in sync” part of your question.