Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2861 | Rev 2917 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2861 Rev 2889
Línea 121... Línea 121...
121
      component={getMediaComponent(type)}
121
      component={getMediaComponent(type)}
122
      height={height}
122
      height={height}
123
      src={src}
123
      src={src}
124
      width={width}
124
      width={width}
125
      sx={{
125
      sx={{
126
        objectFit: 'cover',
126
        objectFit: 'contain',
127
        ...styles
127
        ...styles
128
      }}
128
      }}
129
      {...props}
129
      {...props}
130
    />
130
    />
131
  )
131
  )