css-crop ile resimlerin merkezini gostermek
2
●1.285
- 22-05-2013, 21:00:34div.center-cropped {
width: 50px;
height: 60px;
background-position: center center;
}
<div class="center-cropped"
style="background-image: url('http://placehold.it/200x200');">
</div>
width: 50px;
height: 60px;
bu değerleri istediğiniz gibi değiştirin.
http://jsfiddle.net/vYdBt/ adresinde deneyebilirsiniz...
kaynak:http://stackoverflow.com/questions/1...enter-an-image - 22-05-2013, 21:53:55