How to make an image fill its container without stretching

50

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

Comments

Submit
0 Comments