IE img background
HTML
<img></img>
<img class="x"></img>
CSS
img {
background: url('http://placekitten.com/g/256/256');
}
img.x {
width: 256px;
height: 256px;
}
<img></img>
<img class="x"></img>
img {
background: url('http://placekitten.com/g/256/256');
}
img.x {
width: 256px;
height: 256px;
}