【问题标题】:GIF will not load first frame in OutlookGIF 不会在 Outlook 中加载第一帧
【发布时间】:2019-03-02 08:53:56
【问题描述】:

我创建了一个 GIF 并将其放入我的 eblast。它可以在网络浏览器和 Gmail 中使用。但是,它在 Outlook 中不起作用。通过我的研究,我了解到 Outlook 不会显示 GIF。相反,它应该自动显示 GIF 的第一帧。根据我的经验,它在 Outlook 中没有显示任何内容。当我在 Outlook 中打开 eblast 时,我可以知道应该有一个图像,并且由于我将它与一个链接配对,鼠标悬停在一个可点击的空白区域上。我很困惑,不知道我做错了什么?这是我的一段代码:

<table align="center">
    <tr>
        <td class="bordertext">
            How do you provide your patients with quality patient education materials?
            <br><br>
            <a href="https://www.understand.com/" target="_blank">
                <img src="http://email.understand.com/understand/template/logo_animated.gif" width="100%" alt="Understand.com">
            </a>
        </td>
    </tr>
</table>

【问题讨论】:

    标签: html css outlook gif


    【解决方案1】:

    哇!我解决了我自己的问题。将宽度从 100% 更改为 px。出于某种原因,Outlook 将其缩小到最微弱的线(几乎无法检测到)。它现在有效,我希望这对某人有帮助!

    【讨论】:

      【解决方案2】:

      很高兴看到您解决了问题。我想提一点,以防其他人正在寻找 Outlook 动画 gif 问题的解决方案。

      由于 Outlook 不会在第一帧之后显示,因此请创建第一帧以包含您希望显示的所有元素。即使将时间延迟设置为瞬时,Outlook 也会显示它,其他电子邮件客户端也会立即购买它。

      最好的办法是让你的最后一帧变成第一帧,但有时这并不总是可行的,但它会减少动画 gif 图像的大小,而不是增加一帧。

      祝你好运。

      【讨论】:

        猜你喜欢
        • 2016-08-27
        • 2012-03-19
        • 2019-08-15
        • 2023-02-24
        • 1970-01-01
        • 2011-04-09
        • 2019-12-02
        • 2012-03-06
        • 2014-12-16
        相关资源
        最近更新 更多