Skip to content Skip to sidebar Skip to footer

Embed Image From Google Drive Without Grey Border And Zooming Tools?

I have a webpage that has an image that is stored in google drive, and using the google drive embed code results in this- and I want to include this image in my website without the

Solution 1:

Answer:

Instead of the embed code, use the view link.

Example:

<imgsrc="https://drive.google.com/uc?export=view&id=FILE_ID_HERE">

Solution 2:

This solution is a little bit ironic. The tool that stack overflow uses for images can be used for anything else, so I just had to right-click on the image in this question, click on 'copy image URL' then put it in my website and I got a working image!

Post a Comment for "Embed Image From Google Drive Without Grey Border And Zooming Tools?"