只有图像的顶部显示在 HTML 电子邮件中。我在 Rails 3 中使用 ActionMailer 发送此内容。如何获得要显示的图像的全长?
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
</head>
<body>
<table style="background-repeat: no-repeat; background-size: 100% 100%;" width="100%" height="100%" border="0" cellspacing="0" cellpadding="20" background="https://s3.amazonaws.com/mybucket/image.png">
<tr><td></td></tr>
</table>
</body>
</html>
对此的任何想法都会很棒。我只想让 image.png 的全部内容显示在电子邮件中。