W3docs

background-size

CSS Property:

Result:

CSS Code:

#myDiv {
height:140px;
background-image:url('/build/images/logo-color-w3.png');
background-repeat:no-repeat;
background-size:auto;
}

Click the property values above to see the result