React实现图片自适应

Posted 前端小歌谣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React实现图片自适应相关的知识,希望对你有一定的参考价值。

数据格式

[1xxxx,2xxxx,3xxxx,4xxxx,5xxxx,6xxxx,7xxxx,8,xxxx,9xxxx]

运行效果

 

代码部分

     <div
                gutter={24}
                style={
  {
                  width: \'100%\',
                  display: \'flex\',
                  justifyContent: \'space-between\',
                  flexWrap: \'wrap \',
                }}
              >
                {item.imgList &&
                  item.imgList.map((itemList, index) => (
                    <div
                      style={
  { width: \'30%\' }}
                      sp

以上是关于React实现图片自适应的主要内容,如果未能解决你的问题,请参考以下文章

如何用CSS使图片自适应显示宽度

CSS实现图片自适应背景大小

react使用bizcharts实现图表自适应问题

实现小程序image图片宽度100%高度自适应

使用react-sizeme解决react-grid-layout中侧栏(抽屉)展开或隐藏时不会自适应容器大小的问题

使用react-sizeme解决react-grid-layout中侧栏(抽屉)展开或隐藏时不会自适应容器大小的问题