css img图片按比例缩小,保持图片不失真

css加上属性:

 object-fit: fill; 
 object-fit: contain;
 object-fit: scale-down;

 这样就可以了

你可能感兴趣的:(angular4,前端问题,css,img图片按比例缩放)