Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
@import url('https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css'); *, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; } img { max-width: 100%; vertical-align: middle; height: auto; } html, body { position: relative; height: 100%; } body { background-color: #f5faff; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #000; margin: 0; padding: 0; } .swiper { width: 100%; /* height: 100%; */ } .swiper-slide { font-size: 18px; height: auto; padding: 0; display: flex; align-items: center; width: 184px; padding: 40px 10px; background: #fff; border-radius: 4px; }
var swiper = new Swiper(".horizontal_scroll_swiper", { slidesPerView: 5.5, // centeredSlides: true, spaceBetween: 14, // grabCursor: true, // pagination: { // el: ".swiper-pagination", // clickable: true, // }, freeMode: true, scrollbar: { el: ".swiper-scrollbar", }, mousewheel: true, });