Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Last active June 19, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clairtonluz/284650111cd694a738eaf0da711c974c to your computer and use it in GitHub Desktop.
Save clairtonluz/284650111cd694a738eaf0da711c974c to your computer and use it in GitHub Desktop.
Imagem de fallback
<!-- example 1 -->
<img src="/imagem_principal.png" onerror="this.src='/imagem_de_fallback.png';this.onerror='';"/>
<!-- example 2 -->
<object data="/imagem_principal.png" type="image/png">
<img src="/imagem_de_fallback.png"/>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment