How do I put an image on a website now | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I put an image on a website now

A way to put images on a website is to reference them through their URL to not have to download them as follows: <img src="https://i.imgur.com/8TiZGMG.jpg" alt="Anime girl"> But now, Google Chrome has released a new update that will not allow that unless the attribute "SameSite" is set to "None" and the attribute "Secure" is stated. How do I do that? If an answer is not found, downloading the images would be necessary to use them in webpages. Thanks.

2nd Dec 2019, 12:20 AM
José
José - avatar
1 Answer