Answers for "how to change the size of an image without stretching css"

0

How to make an image fill its container without stretching

.cover {
  object-fit: cover;
  width: 50px;
  height: 100px;
}
Posted by: Guest on May-12-2021

Code answers related to "how to change the size of an image without stretching css"

Browse Popular Code Answers by Language