0
I can't copy image link from google why?
Html
1 Resposta
+ 2
It could be because of the browser setting, or it could be because the image probably is protected under modern copyright regulations. Just to make sure you are doing the right step, to copy an image address and paste it on the html img tag you need to:
Click on the image you want to display, don't click from Google search query page, where the image size is as normal as others, but click on the image that you want and then, right click on it, and it should display a option bar, which includes "Copy Image Address". Click on it and add it in your HTML code, by adding:
<img src="copied-image-source">
Hope this helps.