Answers for "css to make image respect ratio and do not overflow"

CSS
2

css keep image ratio

img {
  object-fit: cover;
  width: 100px;
  height:100px;
}
Posted by: Guest on November-03-2020

Browse Popular Code Answers by Language