Twine & no-code tools

How do you add images in Twine?

You add images in Twine using a standard HTML image tag inside a passage, pointing either to an image hosted online with its full URL or to a file you package alongside your exported story. The simplest approach for a game you will host online is to upload your images somewhere (itch.io, your own host, or an image service) and reference their URLs, so the picture loads wherever the game runs. If you distribute the HTML file directly, keep the images in a folder next to it and use relative paths. Some story formats also offer macros for images, but the plain image tag works everywhere. Test the exported game to confirm the paths resolve. For a more visual, drag-and-drop approach, a node builder shows scenes as cards.

See scenes as cards

Open the builder
← All questions