BotDanny / react-stacked-center-carousel

A responsive, performant, well animated, swipeable, center mode carousel that stacks its slide
33 stars 12 forks source link

how to make component use their normal height ? #17

Open unripper opened 1 year ago

unripper commented 1 year ago

image

the slide does not take full height, how can i fix it ?

BotDanny commented 1 year ago

Hi, the carousel determines its height based on height of its center element. However the height is only applied after the element mounts. If that's a problem you can use "height" prop to manually specify its height.