Answers for "object fit fill css"

1

how to contain image size

overflow: 'hidden',
backgroundSize : 'contain',
Posted by: Guest on May-26-2020
0

object fit cover

img {
  width: 200px;
  height: 
  400px;
  object-fit: cover;
}
Posted by: Guest on February-09-2021

Browse Popular Code Answers by Language