Problem during making a tribute page

Tell us what’s happening:
i am creating my tribute page modifying the sample tribute page to be honest and i do not know why i try to use my yandex disk image link , it does appear on my page. i reckon i need some help currently
thanks

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36.

Link to the challenge:

Where is your code? I don’t see a codepen link anywhere. We cannot help without a code. also if you are using a link to an image it needs to be stored somewhere and they need the permisions from the site. Otherwise it won’t load because, isn’t allowed to.

<!DOCTYPE html>
<main id="main">
  <h1 id="title">Menguhan Bulut</h1>
  <p>The casual bloke</p>
  <figure id="img-div">
    <img
      id="image"
      src="https://yadi.sk/i/0W-89uPXULeEFQ.jpg"
      alt="Menguhan Bulut, smoking in the hyde park, 2012."
    />

here is my code,
thanks for helping , i believe my link is open for public and allowed for everyone

https://codepen.io/nitinol/pen/gOYjZMO

1 Like

Try using this link

https://downloader.disk.yandex.ru/preview/8f9226a6965f52fa62c24e4b1be13f7a4733638227f81402c4f0c052e874ed98/5d80ed46/vKlUbg4X4_XuyL9DsBVj3yWTlg6lEFXVwmZNTewc8fah-3-Rd44KGo4ERjY_jouZ-LyrUms8zyGcaadjFoQOfA%3D%3D?uid=0&filename=_MG_0427_1.jpg&disposition=inline&hash=&limit=0&content_type=image%2Fjpeg&owner_uid=0&tknv=v2&size=1920x947

Not sure what you mean by that? Only developers look at the source, the users don’t care how the path to a resource looks.

@nitinol

If you want the original size click the menu with the three vertical dots and select “Original size” then copy that link. Or you can also change the size parameter at the end of the image path (size=1920x947).