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
Instead of the embed code, use the view link.
<img src="https://drive.google.com/uc?export=view&id=FILE_ID_HERE">
I hope this is helpful to you!
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