Answers for "grid fit css"

CSS
3

fit image in grid css

.photo > img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
Posted by: Guest on April-12-2021
0

fit image in grid css

.photo > img {
  object-fit: cover;
  width: 100%;
}
Posted by: Guest on April-12-2021

Browse Popular Code Answers by Language