css img 等比例自動縮放

按父容器寬度自動縮放,而且保持圖片本來的長寬比blog

 

img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}
相關文章
相關標籤/搜索