mjmlio / mjml

MJML: the only framework that makes responsive-email easy
https://mjml.io
MIT License
16.86k stars 948 forks source link

How to achieved 4 hero in the same line #2633

Closed lechuhuuha closed 1 year ago

lechuhuuha commented 1 year ago

Hi im new to mjml and using grapesjs-mjml to build email template

Was wondering how i can achieved this html using mjml image

By using mjml, I dont see any option to do 4 columns with background-image or 4 hero in the same line

Thanks

iRyusa commented 1 year ago

Well background image in columns is not supported because we're not confident about the compatibility on this one.

You can do a 4 column layout with a fallback background-color and apply the background-image with mj-style + css-class

lechuhuuha commented 1 year ago

Well background image in columns is not supported because we're not confident about the compatibility on this one.

You can do a 4 column layout with a fallback background-color and apply the background-image with mj-style + css-class

thanks i will stick with the options you provided