cover contain css code example
Example 1: css cover
background-size: cover;
Example 2: background image height and width
.class{
background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}
Example 3: css image cover
object-fit: contain;