YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.25k stars 286 forks source link

Centering Image #353

Open agloolik opened 2 years ago

agloolik commented 2 years ago

Hi, Great work ! I just want a single image to show, but I can't figure out how to center it horizontally. It looks fine as long as the container is smaller than the image, because it shrinks. But I would like the image to not be more than 100% width (which is the case) and align horizontally centered when the container gets wider (which it does not). It always looks great with centerMode={true} but I only want 1 image to show. Any ideas ? Thanks and regards !