const swiper = new Swiper(".card-swiper", {
effect: "cube",
grabCursor: true,
cubeEffect: {
shadow: false,
slideShadows: false,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
This is the code i used to create that carousel cards but why it is blurry???