Answers for "want to fit the image in a container using grid"

CSS
1

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 "want to fit the image in a container using grid"

Browse Popular Code Answers by Language