Yay today i able to fixed the problem that i was having with the videos and able to achieve the goals that i set for this project thanks to you that helped with the resource and also idk why it isn't dragging tho like there is no error in the console it isn't reproducible nor i developed in codepen seems like this part of the code isn't working
// --------------------------------//
// ☝️ Touch
// --------------------------------//
if (window.Draggable) {
Draggable.create(items, {
type: 'x', // Drag only on the X axis
zIndexBoost: false,
onDragStart: function () {
window.clearTimeout(autoplay) // disable autoplay
slideLogic(this.getDirection() === 'right')
}
})
}
// END ☝️ Touch --------------//
what would be the case 🤔