Good morning, I'm showing images in a slider, just that they are being stretched, like I do in css, so that it stays in the size specified in css, for example: width: 200px; and height: 200px. in this, the image can be cut, it does not have to show whole, but keeping it normal, not stretching it: link see photo collection ... help me
HOW TO RESOLVE:
background-image: url('admin/cache/1404829174269_808646729155217_5122918805829398554_n.jpg');
width: 49%;
height: 49%;
background-repeat: no-repeat;
background-position: center center;
margin: 0 5px 5px 0;
background-size: cover;