Maxime Brazeilles

Results 284 comments of Maxime Brazeilles

Might be working on real device but looks to need some testing, I've seen some whiteline issue even with fixed px due to column inside groupe relying on `%` rather...

Leaving that open in case of anyone would know how to handle sub-pixels properly but for now we're stuck with this.

Resize the img to the desired width outlook tend to overflow the container when using really big image. You should not use mj group for that as it produce too...

That looks like a side effect of using direction="rtl". That's insane we've never found out about this. You can reset the mj-text with some css to direction: ltr that should...

> split mjml and mjml-cli - my team only consume mjml2html function from mjml package and does not use cli which adds a lot of dependencies I'm not sure about...

Forgot to reply @rootwork `mjml` is the "community" package where everything is setup to have the standard lib working (bundling the cli + std components). `mjml` package have an extra...

cc @kmcb777 Can you take a look at this ?

Most likely something not updated since MJML3 🤔 > On 29 Jul 2022, at 14:09, Edward Konovalov ***@***.***> wrote: > >  > Error in documentation > > In this...

Yup some of the code are non-necessary today. It looks like we tried at somepoint to have a `width` attribute on `mj-hero` so that's why we had to parse it...

I think it does already work for mj-section it shouldn't be that hard to have it for mj-hero too