I can't copy image link from google why? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

I can't copy image link from google why?

Html

11th Jul 2023, 10:25 PM
Sheriff Abdulkareem
Sheriff Abdulkareem - avatar
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.
12th Jul 2023, 12:39 AM
Danish Zubair
Danish Zubair - avatar