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

Carousel component width issue #358

Open patidarjitendra973 opened 1 year ago

patidarjitendra973 commented 1 year ago

Hi, I am using carousel and i have integrated this on like this. Left panel (it will open conditionaly) center space ( where i am showing my carousel) right panel (it will also open conditionaly) so in that case if i open left and right both panel at a time then it will not getting the only area width in which the component showing but it take the browser width and showing the items frame according to the browsers width. How can i give the custom width to the component to work according to my custom width.

Thank you in advance.

AuraAlba commented 1 year ago

@patidarjitendra973 Did you find a solution for this problem? o did you use another component? I'm having the same issue because I have a right panel and the carousel's width is wrong.

to-ivanliang commented 1 year ago

same issue here. Anyone can help?