onerror="this.src='fallback-img.jpg'"
onerror="this.src='fallback-img.jpg'"
For further actions, you may consider blocking this person and/or reporting abuse
onerror="this.src='fallback-img.jpg'"
onerror="this.src='fallback-img.jpg'"
For further actions, you may consider blocking this person and/or reporting abuse
Sorry, it's true.
Vlad -
Vincent Will -
Jon Snow -
Techsolutionstuff -
Once suspended, mckabue will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mckabue will be able to comment and publish posts again.
Once unpublished, all posts by mckabue will become hidden and only accessible to themselves.
If mckabue is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Kabue Charles.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag mckabue:
Unflagging mckabue will restore default visibility to their posts.
Top comments (4)
Wow, I had no idea img tags had an onerror attribute! Thanks!
Most JS events can be used as attributes. Usually not recommended; even in this case depending on the scale it may be better/cleaner to have a error handler listening for any image error.
If you're interested is event attributes, Mozilla has some nice documentation on it: developer.mozilla.org/en-US/docs/W...
Ther is an error in the inlined code.
onerror="this.src='this.src='fallback-img.jpg'"
seen it... thanks...