Skip to content

Instantly share code, notes, and snippets.

@Karting06
Created February 13, 2017 11:12
Show Gist options
  • Save Karting06/cff3468a10e4171b0123d7a5eb4a6bd9 to your computer and use it in GitHub Desktop.
Save Karting06/cff3468a10e4171b0123d7a5eb4a6bd9 to your computer and use it in GitHub Desktop.
Prevent DPI scaling in Outlook Signatures images
This is for HTML signatures (tested in Outlook 2010/2016)
You have to specify the size of the image in <img> tag.
For example, a image of width 30px and height 30px:
<img src="<url>" alt="text" width="30" height="30">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment