Answers for "set image size to fit grid"

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

Code answers related to "set image size to fit grid"

Browse Popular Code Answers by Language