0
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
4 Respuestas
+ 3
I'd you put a > at the end it should work for you
+ 4
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!
0
Works for me???