+ 1
Dropbox
What am i doing wrong here? https://sololearn.com/compiler-playground/WjbqtefH4S7J/?ref=app It takes a moment to load and I am getting an error in console
6 Answers
+ 3
I'd you put a > at the end it should work for you
+ 5
Zvi
yes, your img element was not closed.
<img src="..." >
this âŹïž is missing
also, maybe add a css rule of max-width:100%; so it's responsive and fully visible.
img{
max-width:100%;
}
+ 2
Lol that was dumb! Itâs the first time using dropbox for a src for images so i thought that i must have done that wrong. Thanks!
+ 1
it's loading quickly enough for me. maybe it's your internet provider connection or your mobile service provider is under heavy load ... also, you really can't expect very large bandwidth allocation from free image hosting services...
0
Works for me???
0
Bob_Li but why does it take so long to load the image?