I want to set a background image to different divs, but my problems are:
How
To keep the aspect ratio, use background-size: 100% auto;
background-size: 100% auto;
div { background-image: url('image.jpg'); background-size: 100% auto; width: 150px; height: 300px; }