Maxime Brazeilles
Maxime Brazeilles
`mj-image` does compute the desired width and remove padding if it exceed it's container width. I wonder if we should add a way to bypass this with a new attribute...
Maybe something simpler as `raw-width` ?
I don't think this require much change here so why not
That's interesting maybe we should gate this behind an attribute then
We already use VML for background image. Can you add some details : how did you send your email, which version of MJML you're using and a screenshot of the...
It's way too early to discuss about this as we'll most likely import our current doc into docusaurus to see if we can migrate easily. You can just check exemple...
Well that's the plan in MJML5 to remove both beautify and minify from the bundle and allow an easy way to get them back if needed. We've talked about moving...
I think there's an open issue about this somewhere. We really need to move the body tag in mj-body in next breaking version so css-class can be applied on the...
Yup most likely missing a *100 and rounding 🤔 We expect column to be defined in percentage in mj-group as stated in the doc as we convert them back in...
Yup because it's only on the mobile width that you have this issue. You can open a PR on this if you want