Embed image from google drive without grey border and zooming tools?

前端 未结 2 1040
时光取名叫无心
时光取名叫无心 2021-01-27 19:09

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 w

相关标签:
2条回答
  • 2021-01-27 19:42

    Answer:

    Instead of the embed code, use the view link.

    Example:

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

    I hope this is helpful to you!

    0 讨论(0)
  • 2021-01-27 20:01

    Okay, the 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!! LMAO

    0 讨论(0)
提交回复
热议问题