when I was questioning on Stackoverflow how to solve my problem with mjml.io and after some research I found that there is also ZURB Foundation emails which should work perfectly on Outlook 2003 (as mentioned on their website).
So I tried to create the same behaviour as I was doing on this MJML.io Tryout page.
My problem is:
I only see show-for-large
and hide-for large
in the CSS.
But I can't see anything which will show-for-small
and hide-for-small
....
<container class="show-for-large">
<row>
<columns >
<img src="http://c64os.com/resources/c64c-system.jpg">
</columns>
</row>
</container>
<container class="hide-for-large">
<row>
<columns>
<img src="https://www.ecom-ex.com/fileadmin/user_upload/images/products/one-pager/gallery/ex-handy_10_dz1dz2/ex-handy_10_dz1_teaser_1.png">
</columns>
</row>
</container>