How to let the image being resposive(fill container width) between mobile and desktop? #2918
-
My card is currently coded as follows. The issue I'm experiencing is that when resizing, the image within the card doesn't fill up the available space. Instead, it behaves as though it has reached a maximum size at a certain point. Could you advise me on how to resolve this?
and below are the class I 've used:
|
Beta Was this translation helpful? Give feedback.
Answered by
AumGupta
Nov 14, 2024
Replies: 1 comment 5 replies
-
When I exported the MJML and inspected the HTML, I noticed that a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding the
fluid-on-mobile
attribute totrue
in the mj-image tag.