Konu
css fotoğraf boyutlandırma r10+
19-12-2025, 23:52:37
#2
Ribbon
.resim {
width: 100%;
height: 100%;
object-fit: contain;
}
<div style="width:600px; height:300px;">
<img src="resim.jpg" class="resim">
</div>