réduire la taille de l'image CSS
.container {
width: 200px;
height: 120px;
}
/* Resize images */
.container img {
width: 100%;
height: auto;
}
Funny Ferret