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

Responsive jQuery content slider

Results 107 bxslider-4 issues
Sort by recently updated
recently updated
newest added

When randomStart is true and moveSlides > 1, it heavily favors the last slide. I'm don't have a full understanding of bxslider, but I believe that the problem lies in...

I am using bxSlider in my android app. It's working perfectly but I got a new requirement to be able to zoom in the images. Pinch and zoom is the...

I am using BxSlider in Angular 6 project. Elements are generated with *ngFor and bxSlider is added to element after view has initlaized ``` ngAfterViewInit() { // Slider has to...

I noticed that your script bxSlider 4.2.14 does not work without 'main' attribute in the package.json, I ask you to add a new attribute, otherwise many will not be able...

I'm using bxslider 4.2.15: https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js. On Reponsive design mode's firefox, when I click next and pre button, Slide motion 2 times in a row.

$(window).on("load",function(){ setTimeout(function(){ $("#ifload").remove(".css-load");//remove #ifload div $("#loader").attr("class","yuklendi"); //#loader change class "yuklendi" $("body").removeAttr("class"); //body tag remove class tag },4000); }); $(document).ready(function() { $(".bxslider").bxSlider({ mode:"fade" }); This js code not worked

Im trying to stop the function that stops the slider on mouse over. I have changed tickethover to 'true' and css funtion to 'false'. I have also tried changing both...

This change will load the library as a module through import.

Could you update methods to jquery last version - jquery-3.3.1? Thanks.

It seems like the method goToSlide(int) is moving the slider slide by slide, I have a slider that has 3 slides and each slide has 3 images (9 images in...