Answers for "CSS maintain image aspect ratio based window"

CSS
0

css keep aspect ratio image

.image-full {
    background: url(...some image...) no-repeat;
    background-size: cover;
    background-position: center center;
}
Posted by: Guest on February-26-2021

Code answers related to "CSS maintain image aspect ratio based window"

Browse Popular Code Answers by Language