Cover Background
by heavyhorse
HTML
<div class="track-artwork"></div>
CSS
.track-artwork {
background-image: url('http://placehold.it/1000&text=cover');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width:200px;
height:200px;
}