Created
July 20, 2017 17:41
-
-
Save r4nd1/66b2d9034d86ff8fa1f3a2b7d8debe21 to your computer and use it in GitHub Desktop.
Embed Image from Google Drive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Code Old | |
https://drive.google.com/uc?export=view&id={fileId} | |
// Code from generate Google Drive | |
https://drive.google.com/open?id=0B2VHf0s1T5QZZW9yMzQ2ZVhTZTQ | |
// Final Code | |
https://drive.google.com/uc?export=view&id=0B2VHf0s1T5QZZW9yMzQ2ZVhTZTQ | |
// Sample on html | |
<img src="https://drive.google.com/uc?export=view&id=0B2VHf0s1T5QZZW9yMzQ2ZVhTZTQ" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment