Now I have this:
.image-container {
margin: 10px auto !important;
width: 300px;
background: red;
}
img {
max-width: 100%;
}
<figure class="image-container">
<img src="https://lasenhorita.github.io/assets/images/hero/low/HERO_SADNESS_H_0001.jpg">
</figure>
Under the img
(image size: 800x520) tag, there is a space I don't know how to remove.
Can anyone help?