+ 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
23 Answers
+ 1
Robert Brown Farley (brofarops) What do you think? https://code.sololearn.com/Wtj2kcZg3kPZ/?ref=app
+ 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
+ 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....
+ 5
its going to the right image here but not in the playground
+ 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.
+ 4
i have it in two windows to display on the above program -
+ 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
+ 4
the picture displayed yeah!
+ 4
Thanks KrOW i will work on it shortly
+ 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 -
+ 3
absolutely -
+ 2
yup,same here
+ 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
+ 2
now the second window still isn't working -
+ 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?
+ 1
Robert Brown Farley (brofarops) Thank you
+ 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
+ 1
KrOW I never heard of it and I personally have problems with hosting images with Google Drive but I use tinypic.
+ 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)
+ 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)