PHP
·
发表于 5年以前
·
阅读量:8281
按父容器宽度自动缩放,并且保持图片原本的长宽比
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}