gpt4 book ai didi

html - Foundation 电子邮件中的 HTML 图像不符合 Outlook 中的大小样式的问题

转载 作者:太空宇宙 更新时间:2023-11-04 07:14:07 26 4
gpt4 key购买 nike

我正在使用 Foundation Email 创建 HTML 电子邮件,它运行良好,但页脚图像不符合我设置的限制其大小的 CSS。以下是如何将页脚注入(inject)页面:

            </a>
</columns>
</row>
{{>footer}}
</container>

下面是页脚中的代码:

<row class="background-aqua socialLinks">
<columns small="3" large="3" >
<spacer size="16"></spacer>
<a href="http://www.facebook.com/splenda">
<center><img src="http://image.splenda-email.com/lib/fe8f137276650c7e7d/m/1/Facebook+Logo.png"/></center>
</a>
</columns>
<columns small="3" large="3">
<spacer size="16"></spacer>
<a href="http://instagram.com/splenda">
<center><img src="http://image.splenda-email.com/lib/fe8f137276650c7e7d/m/1/instagram.png"/></center>
</a>
</columns>
<columns small="3" large="3" >
<spacer size="16"></spacer>
<a href="http://www.pinterest.com/SPLENDA/">
<center><img src="http://image.splenda-email.com/lib/fe8f137276650c7e7d/m/1/pinterest.png"/></center>
</a>
</columns>
<columns small="3" large="3" >
<spacer size="16"></spacer>
<a href="http://twitter.com/splenda">
<center><img src="http://image.splenda-email.com/lib/fe8f137276650c7e7d/m/1/twitter.png"/></center>
</a>
</columns>
</row>

这是关于页脚的 CSS:

.socialLinks{
max-width: 700px;
a{
max-height: 35px;
max-width: 35px;
}
img{
padding:20px 0px;
width:35px;
height:35px;
max-height: 35px;
max-width: 35px;
}
}

.footer{
img{
padding: 45px 0 15px 0;
max-width:148px;
height: auto;
}
p{
color:white;
font-size: 12px;
line-height: 16px;
margin: 0;
}
.footerLink{
text-decoration: underline;
font-weight: bold;
color:white;
}
}

电子邮件中的所有其他图像都适合,但 socialLinks 类下的图像不会保持 35 像素。这只发生在 Outlook 上,不会发生在其他电子邮件客户端上。对此有任何解决方案或 Outlook 的解决方法吗?我知道它以讨厌 HTML 电子邮件而闻名,因此我们将不胜感激。

最佳答案

为以后遇到此问题的任何电子邮件开发人员解决了这个问题。您需要内联添加图像的宽度和高度,而不是通过 css,因此图像看起来像:

<img src="www.image.com" width="35" height="35"/>

不仅仅是图像源和设置高度和宽度的 css

关于html - Foundation 电子邮件中的 HTML 图像不符合 Outlook 中的大小样式的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50880683/

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