RealCam-I2V / static /js /index.js
roll-ai's picture
Upload 56 files
241ec33 verified
raw
history blame contribute delete
413 Bytes
window.HELP_IMPROVE_VIDEOJS = false;
$(document).ready(function() {
// Check for click events on the navbar burger icon
var options = {
slidesToScroll: 1,
slidesToShow: 1,
loop: true,
infinite: true,
autoplay: true,
autoplaySpeed: 5000,
}
// Initialize all div with carousel class
var carousels = bulmaCarousel.attach('.carousel', options);
bulmaSlider.attach();
})