Ayush Kumarkrayush1109.hashnode.dev·Apr 16, 2024Swiper JS🔗Swiper_js/demos <!DOCTYPE html> <html lang="en"> <head> <title>Document</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> <link rel="stylesheet" href="style.css"> </head> <body> ...DiscussJavaScriptswiperjs
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.dev·Apr 2, 2023Building Mobile Touch Slider using SwiperJsBuilding sliders, as complex as it is, gets more complicated when you factor in mobile compatibility due to the vast difference in the touch mechanics of mobile devices compared to keyboard and mouse click styles on desktops. This is why the SwiperJs...DiscussOpenReplay