Cómo hacer que una imagen llene su contenedor sin estirar

.cover {
  object-fit: cover;
  width: 50px;
  height: 100px;
}
Brave Bird