Answers for "css how to not stretch image"

0

no stretch image

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

Code answers related to "css how to not stretch image"

Browse Popular Code Answers by Language