You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I having issues getting slides to scroll horizontally. I'm also unable to to place the swiper-pagination class outside of its parent swiper class. I'm using the basic config below. I get the slides showing but unable to scroll.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I having issues getting slides to scroll horizontally. I'm also unable to to place the swiper-pagination class outside of its parent swiper class. I'm using the basic config below. I get the slides showing but unable to scroll.
const swiper = new Swiper('.swiper', {
// Optional parameters
slidesPerView: 3,
spaceBetween: 7,
// If we need pagination
pagination: {
el: '.swiper-pagination',
},
});
Beta Was this translation helpful? Give feedback.
All reactions