1、aspectfit
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
2、aspectFill
img{
object-fit: cover;
width: 100%;
height: 10rem;
}
1、aspectfit
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
2、aspectFill
img{
object-fit: cover;
width: 100%;
height: 10rem;
}