搜索 | 用户支持

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

详细了解

Make pasted images responsive by default?

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 GreyShirt

more options

When I paste an image in a new message, and I want it to be responsive, I have to click Insert, HTML, and then add a style attribute to the img tag, like so:

style="max-width:100%"

Is there any way to add this piece of code automatically? Or to change to default code Thunderbird uses?

Thanks.

When I paste an image in a new message, and I want it to be responsive, I have to click '''Insert''', '''HTML''', and then add a style attribute to the img tag, like so: style="max-width:100%" Is there any way to add this piece of code automatically? Or to change to default code Thunderbird uses? Thanks.

所有回复 (4)

more options

responsive to what... Pasting an image is making a copy of the original so really I do not understand the question I suppose.

more options

Sorry Matt, I should have been clearer: I meant responsive, as in responsive design. I meant the image would adapt to the size of the screen, especially on mobile.

Currently, any image wider than a mobile screen (approx 380px) will overflow on the side, forcing the user to scroll horizontally to view the full image. Hence the style="max-width:100%" I have to insert each time.

Thanks!

more options

yeah, scaling is not a strength of Thunderbird. But in my opinion the whole editor is not a strength.

About the only shortcut I can offer you is to double click the image to open the advanced settings for the image.

more options

Thanks Matt. I spent a few hours (!) looking for a solution that would display correctly in the most popular email clients, but there's always something missing. Most notably, the pasted image produces an img tag without width or height, which makes it impossible to style correctly across clients. I'll explore other solutions using code snippets or something. Thanks again.