recadrage d'image en utilisant CSS 1: 1

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