File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 11import type { Options } from "@splidejs/splide" ;
22
33export const sliderOptions : Options = {
4- autoplay : false ,
5- keyboard : true ,
6- slideFocus : true ,
7- lazyLoad : false ,
8- arrows : false ,
9- perMove : 1 ,
10- gap : "0" ,
11- type : "slide" ,
12- perPage : 1 ,
13- pagination : false ,
14- speed : 350 ,
15- drag : true ,
16- swipe : true ,
17- swipeThreshold : 50 ,
18- mediaQuery : "min" ,
19- breakpoints : {
20- 1 : {
21- perPage : 1 ,
22- gap : "1.5rem" ,
23- } ,
24- 768 : {
25- perPage : 1 ,
26- gap : "1.5rem" ,
27- } ,
28- 1200 : {
29- perPage : 1 ,
30- gap : "2rem" ,
31- } ,
4+ autoplay : false ,
5+ keyboard : true ,
6+ slideFocus : true ,
7+ lazyLoad : false ,
8+ arrows : false ,
9+ perMove : 1 ,
10+ gap : "0" ,
11+ type : "slide" ,
12+ perPage : 1 ,
13+ pagination : false ,
14+ speed : 350 ,
15+ drag : true ,
16+ swipe : true ,
17+ swipeThreshold : 50 ,
18+ mediaQuery : "min" ,
19+ breakpoints : {
20+ 1 : {
21+ perPage : 1 ,
22+ gap : "1.5rem" ,
3223 } ,
33- } ;
24+ 768 : {
25+ perPage : 1 ,
26+ gap : "1.5rem" ,
27+ } ,
28+ 1200 : {
29+ perPage : 1 ,
30+ gap : "2rem" ,
31+ } ,
32+ } ,
33+ } ;
You can’t perform that action at this time.
0 commit comments