0
Where is the bug???
Why are images not displaying? https://code.sololearn.com/Wb1K5Ar820zB/?ref=app
4 odpowiedzi
+ 3
you should put http:// or https:// in the image src atttibute
<a href="sololearn.com/profile/8210357">
<img src="http://cdn-images-1.medium.com/max/1200/1*QNimSWsBQxta_xt3XksQaw.png">
</a>
+ 3
And also another way to go about it is <a href = “//cdn-images-1.medium.com/max/1200/1”
I mean using only // without https
It works perfect
0
Thanks a million Jasy Fabiano !
0
Thank you for that tip, Eben !