码迷,mamicode.com
首页 > 其他好文 > 详细

图片等比例缩放方案

时间:2019-01-08 10:56:01      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:bsp   图片   相关   spec   nbsp   exp   const   宽度   over   

export const aspectRatio = (width, height) => {

  height: 0,

  overflow: ‘hidden‘,

  paddingBottom: `${(height / width) * 100}%`,

}

 

padding-bottom 值为百分比时,百分比与其所在元素的父元素的宽度相关。

  

图片等比例缩放方案

标签:bsp   图片   相关   spec   nbsp   exp   const   宽度   over   

原文地址:https://www.cnblogs.com/lee-xiumei/p/10237423.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!