1
good morning, I’m showing images in a slider, only they’re being stretched, like q do in css, so that it stays in the size specified in css, for example: width:200px; and height:200px. on that, the image can be cut, not need to show whole, but keeping it normal, not stretching it: http://planow.com.br/eco/colecao-masculino-2.php?colecao=receituario_m see collection of photos... help me
HOW TO SOLVE:
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;
Can you post your create code from div with the photo? both css and html... So we can help you better @Furlan
– Douglas Bernardino