Answers for "css resize image without distortion"

CSS
2

css resize image without distortion

.frame {
  height: 250px;
  background: transparent no-repeat center;
  background-size: cover;
  background-image: url('http://i.imgur.com/lNB7QSt.jpg')
}
Posted by: Guest on August-04-2020

Browse Popular Code Answers by Language