+ 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

25th Aug 2025, 7:52 PM
Zvi
Zvi - avatar
6 Answers
+ 3
I'd you put a > at the end it should work for you
25th Aug 2025, 8:12 PM
Kyle Weaver
Kyle Weaver - avatar
+ 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%; }
25th Aug 2025, 9:31 PM
Bob_Li
Bob_Li - avatar
+ 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!
25th Aug 2025, 11:41 PM
Zvi
Zvi - avatar
+ 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...
26th Aug 2025, 1:23 PM
Bob_Li
Bob_Li - avatar
0
Works for me???
25th Aug 2025, 8:10 PM
Kyle Weaver
Kyle Weaver - avatar
0
Bob_Li but why does it take so long to load the image?
26th Aug 2025, 12:55 PM
Zvi
Zvi - avatar