Working With Imgur
Throughout the first semester we will be using imgur.com to host images for our Liveweave sketches.
- Upload image to imgur ("New post" button)
- After the image is uploaded, right click on it and select Copy Image Address
- A correctly formatted image address starts with http or https and ends with .jpg, .gif, or .png. For example http://i.imgur.com/OGJqTpc.jpg
- Paste that URL into the img tag in your Liveweave sketch:
<img src="http://i.imgur.com/OGJqTpc.jpg" />
Like so