Open thisisashukla opened 1 year ago
Question
I need to render text of dynamic size in carousel elements. I am getting blank space under the text for different elements. How can I either
green background is part of carousel styling
Where my carousel code is
<Carousel loop width={rootstore.windowWidth} height={rootstore.windowHeight / 2} data={data} renderItem={renderFunction} inactiveSlideScale={1} style={{ position: "absolute", bottom: 200, backgroundColor: "green" }} />
Please help with this
Is this a bug report, a feature request, or a question?
Question
I need to render text of dynamic size in carousel elements. I am getting blank space under the text for different elements. How can I either
What I am getting:
green background is part of carousel styling
What i Want:
Where my carousel code is
Please help with this