<!DOCTYPE html>
<html>
<head>
<style>
img {
width: 200px;
height: 300px;
object-fit: fill;
}
</style>
</head>
<body>
<h2>object-fit: fill</h2>
<img src="https://img-techis-jp.sgp1.digitaloceanspaces.com/css/paris.jpg" alt="Paris" width="400" height="300">
</body>
</html>