I know that height
is not a valid argument for mj-column
but I would like to find a solution for this problem.
I have a mail template I would like to reproduce and don't find how to do it using MJML.
Here is the code that doesn't work :
<mj-section>
<mj-column width="300">
<mj-image src="http://www.online-image-editor.com//styles/2014/images/example_image.png" ></mj-image>
</mj-column>
<mj-column background-color=yellow width="300">
<mj-text mj-class="bigNumber"></mj-text>
</mj-column>
</mj-section>
It's the mj-column background-color=yellow
that I would like to render the same on mobile.
When you look at this gif, you can see that when I resize the window, suddenly the width change and go back to normal. I don't understand why.
I've tried another way using mj-table
but it doesn't act like I would like it to : put the mj-column below the image on mobile.
Did someone experience something similar and found a solution ?
Thank you