CSS изображение переполнение
.image-holder{
width: 500px;
height: 500px;
overflow: hidden;
}
.image-holder img{
width: 100%;
height: 100%;
}
Programming Is Fun
.image-holder{
width: 500px;
height: 500px;
overflow: hidden;
}
.image-holder img{
width: 100%;
height: 100%;
}