foundation-emails
Version:
A framework for responsive emails
23 lines (21 loc) • 974 B
HTML
Test for image that shrinks in Outlook 2000, 2002, 2003. This is caused by the use of the .expander
<container>
<row>
<columns small="12" large="3" class="large-offset-1">
<img class="small-float-center" src="http://placehold.it/200?text=small-center" alt="please don't forget me">
</columns>
<columns small="12" large="8">
<h4 class="small-text-center">What is the deal?</h4>
<p class="small-text-center">Sweet beast sun bathe or chase mice rub face on everything or leave dead animals as gifts for mark territory play time.</p>
</columns>
</row>
</container>
Make sure no expander is created in this table
<container>
<row>
<columns small="12" large="12" no-expander>
<h4 class="small-text-center">What is the deal?</h4>
<p class="small-text-center">Sweet beast sun bathe or chase mice rub face on everything or leave dead animals as gifts for mark territory play time.</p>
</columns>
</row>
</container>