Splide js is type allowed inside breakpoint ? I want type: fade on desktop and type: loop on mobile. #1300
Unanswered
ajmaurya99
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This doesn't work.
`const options = {
type: 'fade',
direction: 'ttb',
height: '416px',
breakpoints: {
1024: {
type: 'slide',
direction: 'ltr',
}
}
}`
Beta Was this translation helpful? Give feedback.
All reactions