mj-image

Displays a responsive image in your email. It is similar to the HTML <img /> tag. Note that if no width is provided, the image will use the parent column width.

Here is the following attribute you can use on this element -

<mjml>
  <mj-body>
    <mj-section>
      <mj-column>

        <mj-image 
          width="300"
          border="10px solid green"
          border-radius="50%"
          width="200px"
          height="250px"
          align="left"
          title="Hello World"
          href="https://google.com"
          src="http://www.online-image-editor.com//styles/2014/images/example_image.png" />
          
      </mj-column>
    </mj-section>
  </mj-body>
</mjml>