how to make the background image property takes the photo height code example
Example: background image height and width
.class{
background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}
.class{
background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}