You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can make the image responsive for mobile devices by using width: 100% and max-width: 300px, if you want the image to not grow more than 300px.
style="width:100%; max-width: 300px"
If there solution to make images responsive for mobile devices ?
<container> <row> <columns small="12" large="12"> <center> <img src="{{ email.image('@images/email/email_header.svg') }}" alt="Logo" width="300" style="width: 300px;"> </center> </columns>
The text was updated successfully, but these errors were encountered: