Stackblitz does not support uploading image assets to their projects
- Navigate to the
images
folder in my GitHub repository:
- Click the button
Upload Files
- Drag and drop the image files into the drop section of the page
- Click on the button
Commit changes
- Click on the desired image from the list
- Right-click the image preview and select the action
Copy image address
https://https://github.com/carballosa/images/blob/master/images/<image filename>?raw=true
- In the Stackblitz project, paste this URL in the value of the
src
attribute of the htmlimg
elements
- Navigate to the
Issues
section of this repo - Click the button
New issue
- Drag and drop the image files into the section
Write
- Copy the image URL that should look like this:
https://user-images.githubusercontent.com/12849860/58243805-ad9bc280-7d51-11e9-8182-68b45b48e38b.png
- Close the page
without
actually creating the issue - In the Stackblitz project, paste this URL in the value of the
src
attribute of the htmlimg
elements