1 min read

Adding images to your project

  1. In your web browser, edit your Glitch project and open the “assets” folder.
  2. Drag the images you want to use into that folder.
  3. Click on each image to reveal its URL and add the URL as a comment to your index.html file.
  4. Use the URL in your HTML and/or CSS as needed.

The following animated screenshot shows how to view and copy your image URLs after uploading an image:

Open the assets folder on Glitch.com in the browser, click the image and use the Copy button.

Make this page better.

Found something that's incorrect or confusing on this page? Broken link? I want to know! Open an issue on GitHub to tell me what's up and help me update the page.