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: 1 comment
-
Duplicates #420 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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