.resim {
width: 100%;
height: 100%;
object-fit: contain;
}

<div style="width:600px; height:300px;">
<img src="resim.jpg" class="resim">
</div>