css img 等比例自動縮放

藍陽發表於2016-08-15
img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}


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

相關文章