<div class={imgWrap}>
<img src={imgSrc} alt=''/>
</div>
.imgWrap {
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
img {
object-fit: contain;
width: 100%;
max-width: 100%;
max-height: 100%;
}
网友评论