css keep aspect ration code example
Example: css keep aspect ratio image
.image-full {
background: url(...some image...) no-repeat;
background-size: cover;
background-position: center center;
}
.image-full {
background: url(...some image...) no-repeat;
background-size: cover;
background-position: center center;
}