Image Overflow CSS

.image-holder{
  width: 500px;
  height: 500px;
  overflow: hidden;
}
.image-holder img{
  width: 100%;
  height: 100%;
}
Programming Is Fun