How to use table in Banner Jquery?

Asked

Viewed 43 times

0

Is it possible instead of using an image, to use a table in a Banner Slider? And how to disable the automatic Banner transition?

  • 1

    Is it possible? Yes, it is possible. But it all depends on the slider you have. Without the code you are using, it is difficult to give a more complete answer. This is a slider that works with basically anything http:/bxslider.com/

  • It worked perfectly @Caiofelipepereira, the problem is that the banner fits the size of the first item, and in the case of bigger ones it "cuts" part of the content.

  • This bxslider apparently does not work on Android through Cordova, correct?

  • 1

    Man, in theory, it’s supposed to work. What kind of mistake are you having?

  • The application only closes when trying to pass the Banner item. In the browser it is working normally.

  • 1

    Forget it, it didn’t work on the emulator, but it worked on the device yes, thank you very much!

  • 1

    I’ll put it in answer then!

Show 2 more comments

2 answers

2


Use the bxSlider. It must work the way you want it to!

0

I used the http://bxslider.com/, which was indicated by Caio Felipe Pereira and found that the banner size can be determined by the size of the element inside it. Just use:

$('.bxslider').bxSlider({
        adaptiveHeight : true
});

Browser other questions tagged

You are not signed in. Login or sign up in order to post.