img固定大小 或者图片设成背景
写js控制img的大小,适当绽放比例
max-height:100%; max-width:100%
width:100%;height:auto; width:auto;height:100%;
可以利用背景图片插入,并设置属性background-size:value; 这个value可以是3个:1.width(height会默认auto),值可以是px。也可以是百分比; 2.cover; 3.contain。