Windows Outlook中签名中的视网膜图像仍然模糊

时间:2018-07-09 14:47:35

标签: html outlook signature retina-display retina

我只是浪费了我一生的时间,试图使视网膜图像在Windows计算机上的Outlook签名中工作。

它确实可以在Mac Mail和Mac Outlook上使用。但是在Windows上使用Outlook时,图像在接收端始终变得模糊。

我添加了96个DPI图像,300个DPI图像。我使用尺寸为x 2和原始图像的图像。他们都变得越来越模糊。

我也尝试了基于代码的解决方案。您可以CTRL +单击Outlook中的签名按钮,然后可以编辑.htm文件。所以我做了。没有成功将以下内容添加到signature.htm文件中:

<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:v="urn:schemas-microsoft-com:vml"
  xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>

所以。人们在论坛上谈论它。但是似乎没有真正解决此问题的方法,对吗?我们是否应该接受Windows上的Outlook不支持签名中的视网膜图像?还是有解决方案?

期待您的来信!

0 个答案:

没有答案