Image Scaling - Fiddle For PUI

Large Image Scaled http://paperbotz.files.wordpress.com/2010/11/hello_kitty001.png

by lsiv568

HTML

<div class="container">
    
</div>

CSS

.container {
    width: 60px;
    height: 60px;
    background-image: url("http://paperbotz.files.wordpress.com/2010/11/hello_kitty001.png");
    border: 1px solid;
    background-size: cover;
}