#Carousel slides beyond its width

1 messages · Page 1 of 1 (latest)

delicate igloo
#

I have been trying to fix this issue for a while now and need help fixing this.
Also, I have attached what I have used.

ivory sparrow
#

I am having the same issue. Thought it is not actually taking beyond its width.

to explain the issue the 1 slide can fit for 50% for example. So when it comes to the last slide the last images already some of it on the previous slide. So it fills as it is taking more than its width. I just made the one slide fits for around 70% so that the last slide does not fill empty. Thought it is just a work around for me. if anyone can provide better solution I will be happy to know it.

#

slideSize="70%"
breakpoints={[{ maxWidth: 'sm', slideSize: '50%' }]}

ivory sparrow
#

@delicate igloo
I fixed the issue

slideSize="33.333%"
        slidesToScroll={3}
        slideGap='md'
delicate igloo
#

thank you will try this later and let you know