79359572

Date: 2025-01-15 20:11:51
Score: 1
Natty:
Report link

Consider using object-fit to achieve this.

.container img {
 object-fit: cover;
 max-height: 100px;
}
<div class="container">
  <img src="https://placehold.co/300x400" />
  <img src="https://placehold.co/400x300" />
  <img src="https://placehold.co/500x300" />
</div>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TSNdvs