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?
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?
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 javascript jquery
You are not signed in. Login or sign up in order to post.
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/
– Caio Felipe Pereira
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.
– Jedaias Rodrigues
This bxslider apparently does not work on Android through Cordova, correct?
– Jedaias Rodrigues
Man, in theory, it’s supposed to work. What kind of mistake are you having?
– Caio Felipe Pereira
The application only closes when trying to pass the Banner item. In the browser it is working normally.
– Jedaias Rodrigues
Forget it, it didn’t work on the emulator, but it worked on the device yes, thank you very much!
– Jedaias Rodrigues
I’ll put it in answer then!
– Caio Felipe Pereira