Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
img {
  width:200px;
  height:400px;
  object-fit:cover;
}
</style>
</head>
<body>
<h2>object-fit 属性</h2>
<img src="paris.jpg" alt="巴黎" width="400" height="300">
</body>
</html>