Échelle de taille d'image CSS à s'adapter
.image {
width: 100%;
height: 100%;
}
Julio Polycarpo
.image {
width: 100%;
height: 100%;
}
.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}