Skip to content

Online repository to hold images which I use in my Stackblitz projects

Notifications You must be signed in to change notification settings

josecarballosa/images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

Stackblitz does not support uploading image assets to their projects

Option 1 (preferred)

  1. Navigate to the images folder in my GitHub repository:

https://github.com/carballosa/images

  1. Click the button Upload Files
  2. Drag and drop the image files into the drop section of the page
  3. Click on the button Commit changes
  4. Click on the desired image from the list
  5. 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

  1. In the Stackblitz project, paste this URL in the value of the src attribute of the html img elements

Option 2

  1. Navigate to the Issues section of this repo
  2. Click the button New issue
  3. Drag and drop the image files into the section Write
  4. Copy the image URL that should look like this:

https://user-images.githubusercontent.com/12849860/58243805-ad9bc280-7d51-11e9-8182-68b45b48e38b.png

  1. Close the page without actually creating the issue
  2. In the Stackblitz project, paste this URL in the value of the src attribute of the html img elements

About

Online repository to hold images which I use in my Stackblitz projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published