Commit b86027ed by Manzar Hussain

add video js

parent 5ea46ce8
......@@ -136,7 +136,16 @@
// For Events
$('.rbc_slider_b').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.rbc_slider_s'
}).on('beforeChange', function(event, slick, currentSlide, nextSlide) {
var current = $(slick.$slides[currentSlide]);
current.html(current.html());
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment