Adding images to projects from google drive

hello, I just copied the link from my google drive to this image in my html img src , but it’s not loading the image.

<img id="image" width="660" height="371" src="https://drive.google.com/drive/folders/1LHJValfsMVB_lTJHS0UaKODYy-kuXa-X" alt=""/>

Can anyone tell me the steps needed to add a hosted image to a project?

Thanks :slight_smile:

Never mind, I found Cloudinary , seems to work at least :slight_smile:

Hi @torentrap,

I think you might need something that is public(others have access to it) and also ends with an image extension? For example, PNG, JPEG, etc

Hope this help!