Aviv Shener
0
Q:

crop image css

.img {
	object-fit: cover;         
  	object-position: 100% 0;  //move image position in x direction. 
  	object-position: 0 100%; //move image position in y direction.
}
2
.alligator-turtle {
  object-fit: cover;
  object-position: 100% 0;

  width: 300px;
  height: 337px;
}
0
.img {
  object-fit: contain;
}
2

New to Communities?

Join the community