gpt4 book ai didi

email - 如何仅为 Outlook 2013 将动画图像插入电子邮件正文?

转载 作者:行者123 更新时间:2023-12-04 16:51:34 25 4
gpt4 key购买 nike

关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。












想改进这个问题?将问题更新为 on-topic对于堆栈溢出。

4年前关闭。




Improve this question




我正在尝试将 .gif 插入电子邮件正文,并将其显示在 Outlook 中。

我尝试过插入→图片,但即使原件是动画的,它也会将 .gif 转换为静态图像形式。

如何在 Outlook 中获取动画图像?

最佳答案

问题归结为 Outlook 如何呈现 GIF。

Since 2007, Outlook began to use Microsoft Word as it’s text editor. Word cannot read HTML elements in your emails meaning that all GIFs you include as you write an email, or GIFs received in an email from someone else, will display as a still image of the first frame of that GIF.

In 2013, Outlook moved to a new text editor similar to word. Unfortunately the same HTML issues existed within this editor, so there was no change for users.



Source

Microsoft Office FAQ

作为一种变通方法,可以使用条件逻辑向非 Outlook 用户显示动画 gif,并为 Outlook 用户显示特定的静态图像:
<!--[if !mso]><!-->
<img class="outlookcomIMG" src="ANIMATED.gif">
<!--<![endif]-->

<!--[if gte mso 9]>
<img src="STATIC.jpg">
<![endif]-->

第一个代码块将显示一个动画 gif,而第二个代码块将在 Outlook 中显示一个静态图像。虽然不理想,但它确实允许您创建在两种环境中看起来都有效的行动号召。

Solution from Email on acid

关于email - 如何仅为 Outlook 2013 将动画图像插入电子邮件正文?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37322223/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com