Image in my html code

I want to add an image in my html code.I uploaded the image on playcanvas but when i use

< img src=“row.png” width=“500” height=“377”>

i get a white box without the image.

The source path has to be the full URL on where the asset is stored.

This project shows how to get the full URL from an asset: https://playcanvas.com/editor/scene/574109

https://playcanvas.com/editor/code/523529?tabs=10326463

1 Like