图片等比例缩放后滚动查看
父盒子设置宽高,同时溢出隐藏属性改成 auto
.imgsss { width: 600px; height: 300px; border: 0; overflow: auto; }
子盒子样式如下:
.imgs2{ width: auto; max-width: 100%; }
父盒子设置宽高,同时溢出隐藏属性改成 auto
.imgsss { width: 600px; height: 300px; border: 0; overflow: auto; }
子盒子样式如下:
.imgs2{ width: auto; max-width: 100%; }