img-thumbnail
bootstrap5.css
bootstrap5.css
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
html bootstrap5 Sample
サムネイル画像:img-thumbnail
<!-- imgにclassを設定する -->
<img src="https://via.placeholder.com/200x200" class="img-thumbnail" alt="サムネイル画像">