Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Forked from evansims/example.html
Created September 20, 2017 18:45
Show Gist options
  • Save manbearwolf/32094b6d29eaf742994b5a80f189613d to your computer and use it in GitHub Desktop.
Save manbearwolf/32094b6d29eaf742994b5a80f189613d to your computer and use it in GitHub Desktop.
Embedding or sharing a image or photo uploaded to Google Drive.
<a href="https://drive.google.com/uc?export=view&id=XXX"><img src="https://drive.google.com/uc?export=view&id=XXX" style="width: 500px; max-width: 100%; height: auto" title="Click for the larger version." /></a>

You'll need to grab the ID of the image. Easiest way on the desktop is to right click the file, dive into the Google Drive subcontext menu and choose View on the Web. Grab the string of characters from there and replace the XXX in the code below with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment