Created
February 13, 2017 11:12
-
-
Save Karting06/cff3468a10e4171b0123d7a5eb4a6bd9 to your computer and use it in GitHub Desktop.
Prevent DPI scaling in Outlook Signatures images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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