.img-box{ width: 100px; height: 100px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
<div class="img-box"> <img src="*" /> </div>
.img-box{ width: 100px; height: 100px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
<div class="img-box"> <img src="*" /> </div>