In the current project I'm working on, I'm creating a team page that features a slider element.
Originally, my goal was to replicate the functionality of the slick
library without importing slick
, jQuery
, and also improve my JavaScript skills.
However, I encountered an issue where the slider does not behave as expected when resizing the page or changing the orientation of the device. I'm struggling to understand why this is happening.
Do you have any suggestions on how to fix this issue?
// Your JavaScript code goes here...
// Your CSS code goes here...
<!-- Your HTML code goes here... -->