Skip to content

Instantly share code, notes, and snippets.

@monochromer
Last active August 16, 2019 09:04
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 monochromer/e075d3e2c1aa37c96a4c41e080e3f867 to your computer and use it in GitHub Desktop.
Save monochromer/e075d3e2c1aa37c96a4c41e080e3f867 to your computer and use it in GitHub Desktop.
responsive email html image
<!--[if gte MSO 9]>
<table width="200"><tr><td>
<![endif]-->
<table align="center" width="100%" style="max-width: 200px;">
<tr>
<td align="center" style="text-align: center">
<img src="//link.com" alt="" width="200" height="140" style="display: block; border: 0; width: 100%; height: auto;">
</td>
</tr>
</table>
<!--[if gte MSO 9]>
</td></tr></table>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment