Skip to content

Commit

Permalink
Fallback newsletter image
Browse files Browse the repository at this point in the history
  • Loading branch information
mininao committed May 10, 2015
1 parent 9d955ca commit a118c33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<tr style="vertical-align: top; text-align: left; padding: 0;" align="left">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #222222; font-family: 'Helvetica', 'Arial', sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 10px 10px 0px 37px;" align="left" valign="top">

<img src="{% path post.thumbnail, 'big' %}" alt="{% if post.thumbnail is null %} {{ post.title }} {% endif%}" style="width: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; max-width: 100%; float: left; clear: both; display: block;" align="left" />
<img src="{% if post.thumbnail is null %} http://i.imgur.com/mfIXqYD.png {% else %} {% path post.thumbnail, 'big' %} {% endif%}" alt=" {{ post.title }} " style="width: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; max-width: 100%; float: left; clear: both; display: block;" align="left" />
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #222222; font-family: 'Helvetica', 'Arial', sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 0;" align="left" valign="top"></td>
</tr>
Expand Down Expand Up @@ -144,7 +144,7 @@
<tr style="vertical-align: top; text-align: left; padding: 0;" align="left">
<td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #222222; font-family: 'Helvetica', 'Arial', sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 10px 10px 0px 37px;" align="left" valign="top">

<img src="{% path post.thumbnail, 'big' %}" alt="" style="width: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; max-width: 100%; float: left; clear: both; display: block;" align="left" />
<img src="{% if post.thumbnail is null %} http://i.imgur.com/mfIXqYD.png {% else %} {% path post.thumbnail, 'big' %} {% endif%}" alt=" {{ post.title }} " style="width: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; max-width: 100%; float: left; clear: both; display: block;" align="left" />
</td>
<td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #222222; font-family: 'Helvetica', 'Arial', sans-serif; font-weight: normal; line-height: 19px; font-size: 14px; margin: 0; padding: 0;" align="left" valign="top"></td>
</tr>
Expand Down

0 comments on commit a118c33

Please sign in to comment.