I have this img set as background to a div. But is too big for my liking. Is there a way I could resize it in css ?
.portfolio {
width: 100%;
height: 100vh;
background-image: url('img/img2.jpg');
background-position: center;
background-size: cover;
}