how to center image in react-multi-carousel?

 https://stackoverflow.com/questions/68440509/how-to-center-image-in-react-multi-carousel

<img src={source} style={{marginLeft: "auto", marginRight: "auto", display: "flex", justifyContent: "center"}}/>

Không có nhận xét nào:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...