<h1>▼object-fitを使用</h1>
<img class="img-sample" src="https://grow-group.jp/wp-content/themes/growgroup-html/dist/assets/images/img-frontpage-service-02.jpg">

<h1>▼元の画像</h1>
<img src="https://grow-group.jp/wp-content/themes/growgroup-html/dist/assets/images/img-frontpage-service-02.jpg">
h1 {
  font-size: 16px;
  
}
  
.img-sample {
  width: 200px;
  height: 130px;
  object-fit: cover;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.