搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Thunderbird renders images too large - ignoring the defined height (ongoing issue, at least since version 128.7.1esr)

more options

Hi everyone,

We've been experiencing an issue with image rendering in Thunderbird for quite some time. Since at least version 128.7.1esr (and possibly earlier), images in emails are displayed at their maximum size, ignoring the defined height. When you resize the email window in Thunderbird, you can see, that the height of the image is switchting between the defined height and ignoring the height.

This issue occurs only in Thunderbird—other email clients and webmail services display the images in our mails correctly. Originally, we used the following code in our signature in our company:

Since Thunderbird seems to ignore the height attribute, we started using a style declaration with "!important" as a workaround:

This problem affects any embedded images in emails.

Has anyone else encountered this issue or knows when this will be fixed? Any insights would be greatly appreciated!

Thanks in advance!

Hi everyone, We've been experiencing an issue with image rendering in Thunderbird for quite some time. Since at least version 128.7.1esr (and possibly earlier), images in emails are displayed at their maximum size, ignoring the defined height. When you resize the email window in Thunderbird, you can see, that the height of the image is switchting between the defined height and ignoring the height. This issue occurs only in Thunderbird—other email clients and webmail services display the images in our mails correctly. Originally, we used the following code in our signature in our company: <img src="image.png" height="40"> Since Thunderbird seems to ignore the height attribute, we started using a style declaration with "!important" as a workaround: <img src="image.png" style="height: 40px !important;"> This problem affects any embedded images in emails. Has anyone else encountered this issue or knows when this will be fixed? Any insights would be greatly appreciated! Thanks in advance!

所有回复 (1)

more options

Because the code is not displayed in the original post, I post here a minimal example:

The attribute 'height="40"' inside an img-Tag is ignored.

Our workaround is 'style="height: 40px !important;"' inside an img-Tag.

It seems like a rendering-bug for me.

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题