Answers for "image not stretch css on increasing width"

0

css image 100 without stretch

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

Code answers related to "image not stretch css on increasing width"

Browse Popular Code Answers by Language