-
Hi MJML Team,
We are facing issue with background image positions. We have tried with background-position and (background-position-x and background-position-y) both the ways we found issue. It is …
-
**Describe the bug**
The [documentation](https://github.com/mjmlio/mjml/blob/master/packages/mjml-button/README.md) says that `mj-button` have the `css-class` property but this value is never applied…
-
[Dash](https://kapeli.com/dash) is an API Documentation Browser and Code Snippet Manager.It would be tremendously useful to users of Dash, if we could add a docset to their repository for mjml.
Da…
-
There's now a [`mjml-browser`](https://github.com/mjmlio/mjml/blob/v4.8.0/packages/mjml-browser/README.md) package, which should allow for rendering HTML on the client. This would enable us to drop us…
-
**Describe the bug**
Uploading the image and binding into base64 in src image.
**To Reproduce**
Steps to reproduce the behavior:
1.Upload image in editor
2. Call render API of mjml
3. Getting …
-
I'm still getting the deprecation warning using `"tde-webpack-mjml-plugin": "^1.4.0"`.
```(node:30059) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead```
Any po…
-
Hi,
I would like to be able to do something like this
```
from mjml import parser
with open(file.mjml, 'r') as mjml_file:
html = parser(mjml_file)
```
Is that possible?
Cheers.
-
### Question
As you know, I love just about everything about Campaign :)
The one thing I am not super in love with is the _speed_ of sending. On average, a mail-out to our list (~9000 contacts)…
-
The javascript version of mjml handles [json MJML](https://documentation.mjml.io/#using-mjml-in-json) both as input (if you give a dict to the `mjml2html` function) and as an output (in a `json` field…
-
This script initially looked promising; however, it appears to be broken / non-functional. I'm using the instructions in the Medium article: https://medium.com/@qferrer/using-mjml-with-twig-cccea9af00…