css img 等比例自动缩放

按父容器宽度自动缩放,而且保持图片本来的长宽比blog

 

img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}
相关文章
相关标签/搜索