Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

background-url breaks layout in Windows Mail #2641

Closed
vaishnavi-accountbox opened this issue Feb 24, 2023 · 3 comments
Closed

background-url breaks layout in Windows Mail #2641

vaishnavi-accountbox opened this issue Feb 24, 2023 · 3 comments

Comments

@vaishnavi-accountbox
Copy link

vaishnavi-accountbox commented Feb 24, 2023

Describe the bug
When using background-url on an mj-section or mj-wrapper, in Windows Mail the email looks broken (collapsed to the left, no readable text)

To Reproduce

 <mjml>
  <mj-body>
    <mj-section full-width="full-width"
                background-url="https://i.gyazo.com/b48b12795432d97952f7dc48788c1724.png"
                background-color="blue">
      <mj-column background-color="red">
        <mj-text font-size="40px">
          This is the text
        </mj-text>
      </mj-column>
    </mj-section>
  </mj-body>
 </mjml>

Expected behavior
Background image might not be visible (I think Winodws Mail does not support them), but the layout should be preserved

MJML environment (please complete the following information):

OS: Windows 11
MJML Version 4.13.0
Email sending environment(for rendering issues):

Windows Mail
188626555-ac12453c-9835-4fc1-b919-0411058378d6

@iRyusa
Copy link
Member

iRyusa commented Feb 24, 2023

Can you try with multiple section ?

@vaishnavi-accountbox
Copy link
Author

Tried with multiple sections as well, But no luck, Please help!

@iRyusa
Copy link
Member

iRyusa commented Apr 14, 2023

I can't reproduce with multiple section in email https://mjml.io/try-it-live/0nfm6GtDX can you confirm ?

@iRyusa iRyusa closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants