Are other people having issues with your pictures not displaying ? (not svg or canvas anime' ) I've even tried different host. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Are other people having issues with your pictures not displaying ? (not svg or canvas anime' ) I've even tried different host.

Solution needed: https://code.sololearn.com/WQ68k4bo5mK4/?ref=app

21st Apr 2018, 5:09 PM
BroFar
BroFar - avatar
23 Answers
21st Apr 2018, 5:41 PM
Michelangelo
Michelangelo - avatar
+ 10
Robert Brown Farley (brofarops) that page is just a "middleware" page to share a link to your photo. the <img> tag cannot identify the link as an image as it isn't one.... just a long click on the image and click "open in a new tab" to find the address
21st Apr 2018, 5:38 PM
Burey
Burey - avatar
+ 9
the link in your code leads to a page which display the image in a <img> tag the actual image is in this link http://www.cutmypic.com/uploads/title297111853.png i am unsure if this is a temporary link or not tho....
21st Apr 2018, 5:21 PM
Burey
Burey - avatar
+ 5
its going to the right image here but not in the playground
21st Apr 2018, 5:23 PM
BroFar
BroFar - avatar
+ 5
Thanks everybody - Michelangelo great fix Still abit confused as to why I'm seeing the first window when I am on the second but hey it works.
21st Apr 2018, 6:43 PM
BroFar
BroFar - avatar
+ 4
i have it in two windows to display on the above program -
21st Apr 2018, 5:28 PM
BroFar
BroFar - avatar
+ 4
even in basic html with nothing else it is not working thinking it could be a viewing window issue https://code.sololearn.com/WJ6ul53jcJbA/?ref=app
21st Apr 2018, 5:31 PM
BroFar
BroFar - avatar
+ 4
the picture displayed yeah!
21st Apr 2018, 5:50 PM
BroFar
BroFar - avatar
+ 4
Thanks KrOW i will work on it shortly
21st Apr 2018, 7:11 PM
BroFar
BroFar - avatar
+ 3
I've noticed this on like 6 different projects and was really wondering on this ( topic ) thinking I was going nuts - I knew that I was entering the right <img src="url://" /> and even tried <source src but nothing was happening on display -
21st Apr 2018, 5:20 PM
BroFar
BroFar - avatar
+ 3
absolutely -
21st Apr 2018, 5:24 PM
BroFar
BroFar - avatar
+ 2
yup,same here
21st Apr 2018, 5:13 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
Like Burey tell, you cant set html page url as img src because not being a image it will not load.... The real first image src must be http://www.cutmypic.com/uploads/title297111853.png
21st Apr 2018, 5:34 PM
KrOW
KrOW - avatar
+ 2
now the second window still isn't working -
21st Apr 2018, 5:53 PM
BroFar
BroFar - avatar
+ 1
Robert Brown Farley (brofarops) You could try this, http://www.cutmypic.com/uploads/title297111853.png and may I have your permission to play around with this a bit?
21st Apr 2018, 5:24 PM
Michelangelo
Michelangelo - avatar
21st Apr 2018, 5:25 PM
Michelangelo
Michelangelo - avatar
+ 1
I dont know that site and if links are temporary.or not but you can use other image hosting services like imgur or google drive
21st Apr 2018, 5:41 PM
KrOW
KrOW - avatar
+ 1
KrOW I never heard of it and I personally have problems with hosting images with Google Drive but I use tinypic.
21st Apr 2018, 5:49 PM
Michelangelo
Michelangelo - avatar
+ 1
Michelangelo strange... Its most time that i dont use an GD image on html and if my memory is good GD allow cross-origin image loading (no tainted canvas)
21st Apr 2018, 5:56 PM
KrOW
KrOW - avatar
+ 1
Robert Brown Farley (brofarops) You see original page below modal because: - Your image has alpha channel and is not fully opaque - you have setted top margin to your modal set in background color on your modal and remove margin (use padding)
21st Apr 2018, 7:09 PM
KrOW
KrOW - avatar