IMG TAG without iframe

Hello,

I need to add an image tag
<img src="https://i.pinimg.com/originals/c7/93/ae/c793ae372886c450d55535211231204e.jpg" alt="Nature" width="400" height="700">
without an iframe around it. So when I add an Image it adds an div with an background image, so I added a HTML widget and it wraps my image in an iframe but I don't want that.

thanks

Add your image to an empty Hype element like this:

ImageContainer.hype.zip (255.6 KB)

2 Likes

To elaborate, instead of starting with an HTML Widget element, start with a Rectangle element. This is a <div> on the same scene. You can remove styling and still choose 'Edit > Edit Element's Inner HTML' to add the image.