Home > Blockchain >  How to use google image url as src for image
How to use google image url as src for image

Time:12-26

I am trying to use a photo that I have in Google Images in a website as the src. I go to the image, and set he permissions to public. I try the link and it works correctly just in the address bar of the browser.

But when I put it in a webpage, the browser blocks the access to it and says the issue is: Cross-Origin Read Blocking (CORB)

How do I resolve that?

CodePudding user response:

I think you should download the image update it to your google drive and the make it public copy its link and try it out if it works or not

  • Related