roderickhsiao / react-aspect-ratio

Preserve space for your element to prevent browser reflow (layout shift)
https://roderickhsiao.github.io/react-aspect-ratio/
MIT License
103 stars 7 forks source link

How to do central alignment? #81

Closed d9k closed 1 year ago

d9k commented 1 year ago

If add max-width attribute, there would be left alignment of the element. How to do central alignment?

d9k commented 1 year ago

ok, It's margin: 'auto'