Codice
<style>
.contenitore {
width: 300px;
height: 200px;
border: 2px solid #333;
}
img {
width: 400px;
height: 300px;
object-fit: scale-down;
}
</style>
</head>
<body>
<h2>object-fit: scale-down</h2>
<div class="contenitore">
<img src="leggi8.jpg" alt="Placeholder" />
</div>