All-in-One PCs
A collection page of WIBI (Want IT. Buy IT.)
About
.swiper { width: 100%; height: 100%; } .swiper-wrapper { justify-content: center; } .swiper-slide { text-align: center; font-size: 18px; background: none; display: flex; justify-content: center; align-items: center; } .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius:50%; background:white; filter: none; border: 2px solid black; } .swiper-button-next, .swiper-button-prev { border-radius: 50%; background: rgba(0, 0, 0); opacity: 0.5; width: 40px; height: 40px; } .swiper-button-next:hover, .swiper-button-prev:hover { opacity: 1; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 10px; color: #ffff; font-weight: bold; width: 4px; height: 8px; } .swiper-slide,.animate-float h4 { font-size: 15px !important; font-weight:bold; } @media only screen and (max-width: 820px) { .swiper-slide { display: block; } } .banner-image span { display: inline-block; /* Ensures the span can have padding */ padding-top: 20px; /* Adjust the value to your desired padding */ } Non-Touch Screen Multi-Touch Screen var swiper = new Swiper(".mySwiper", { spaceBetween: 5, pagination: { el: ".swiper-pagination", clickable: true, }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, breakpoints: { 300: { slidesPerView: 2, spaceBetween: 10, }, 375: { slidesPerView: 3, spaceBetween: 10, }, 768: { slidesPerView: 2, spaceBetween: 10, }, 1024: { slidesPerView: 8, spaceBetween: 10, }, }, });