ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,014
- Points
- 823
Reputation:
Hey there,
let's take the notifications for example. I would like to show mutiple notifications at once and i'm not sure how to pass that to the slider.
On the Github page of lightslider (http://sachinchoolur.github.io/lightslider/examples.html) i've seen that there is a setting for shown items at once. In the /js/carousel.js file in line 73 - 74 it says the following:
Code:
So, my question is: How can i...
Read more
Continue reading...
let's take the notifications for example. I would like to show mutiple notifications at once and i'm not sure how to pass that to the slider.
On the Github page of lightslider (http://sachinchoolur.github.io/lightslider/examples.html) i've seen that there is a setting for shown items at once. In the /js/carousel.js file in line 73 - 74 it says the following:
Code:
Code:
this.slider = this.$target.lightSlider({
item: options.items,
So, my question is: How can i...
Read more
Continue reading...