sheikalthaf/ngx-carousel

On resize does not load all items

naveendb92 opened this issue · 1 comments

The scenario is:
I have 10 items like as shown below:
image

Now on resize the browser it adds scroll and I scroll right as show below
image

Now if I expand my browser, it doesn't render all items
image

this is my carousal settings:
this.carouselOne = { grid: {xs: 3, sm: 3, md: 5, lg: 10, all: 0}, slide: 1, speed: 400, interval: 4000, point: { visible: false }, load: 10, touch: true, loop: false, easing: 'ease' }

Kindly help me with this. I'm seraching for a solution from long time but I'm to find one to render all items back ON Expand browser.

@naveendb92 Hi,

Sure I'll fix this. Need to investigate.