Finish increasing the size by setting the height to 130.

<html>
<body>
  <h1>Hackers Strike Again</h1>
  <img src="https://getmimo.com/r/hacker.png" width="250" height="130">
  <p>
  A hacker group has replaced government websites with livestreams of cats. While some praise their acts, many are against them.
  </p>
  <p>
  <em>"We need more cats in government"</em><br>
  - says local <strong>cat lady</strong>.
  </p>
 </body>
</html>]]>

Tap the expand icon and see what happens when you set different values for width and height in the <img> tag.

Make sure to assemble height="130".