我试图在html电子邮件中将gif图像覆盖在jpeg上,但它无效。
以下是我正在查看的代码:
knife vault rotate keys
在outlook 2003中它运作良好,但不是2007年 - 2016年。
干杯
答案 0 :(得分:0)
试试这个。它显示在Outlook 2013中,但动画在Outlook 2007及更高版本中不起作用。它们只显示第一帧。在这里阅读动画图片:
https://litmus.com/blog/a-guide-to-animated-gifs-in-email
<div style="background:#ff0000;" id="headerAnimation">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="http://placehold.it/600x600/663399g" color="#7bceeb"/>
</v:background>
<![endif]-->
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="left" background="http://placehold.it/600x600/663399">
<img id="aniGif" src="https://media.giphy.com/media/1JSjBMZMx41IA/200.gif" alt="Campfire season is back"/>
</td>
</tr>
</table>
</div>