bxslider-4 icon indicating copy to clipboard operation
bxslider-4 copied to clipboard

BxSlider Issue on IE Browser

Open darshakgosar opened this issue 5 years ago • 0 comments

Hi, I am facing an issue with BxSlider in IE browser where the infinite loop isn't getting triggered after the last slide and also the slider breaks by showing the slides one after the other. I am using Backbone js framework and loading the BxSlider Dynamically then to facing the same issue. Note: It works on Edge

this.bxslider = this.$('.bxslider').bxSlider({ pager: isTouch ? true : false, infiniteLoop: true, hideControlOnEnd:true, adaptiveHeight: true, preloadImages: 'all', speed: 1000 });

Please anyone can help me out with this issue.

darshakgosar avatar Oct 08 '19 07:10 darshakgosar