Horje
image crop using css 1:1 Code Example
image crop using 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.
}




Css

Related
get postfix version Code Example get postfix version Code Example
how to write css for input type text Code Example how to write css for input type text Code Example
position images in center of container Code Example position images in center of container Code Example
css darken Code Example css darken Code Example
css if screen size less than Code Example css if screen size less than Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9